1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/tests
Jeffrey Finkelstein f595edaded tail: fix a bug in tail [ -n | -c ] +NUM <file>
Fix a bug when getting all but the first NUM lines or bytes of a file
via `tail -n +NUM <file>` or `tail -c +NUM <file>`. The bug only
existed when a file is given as an argument; it did not exist when the
input data came from stdin.
2022-01-21 19:05:53 -05:00
..
benches/factor refactor ~ cargo make format 2021-05-31 08:23:58 -05:00
by-util tail: fix a bug in tail [ -n | -c ] +NUM <file> 2022-01-21 19:05:53 -05:00
common fix Rust 1.58 clippy lints (#2874) 2022-01-16 15:57:33 +01:00
fixtures join: add support for -z option 2022-01-16 17:56:07 -05:00
test_util_name.rs tests: silence clippy warnings for unused_imports 2021-10-10 00:52:18 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00