1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

tail: handle - as an alias for stdin

This commit is contained in:
Thomas Queiroz 2021-06-29 19:20:01 -03:00
parent 2428a1ccfb
commit 940559f0e1
6 changed files with 90 additions and 25 deletions

1
Cargo.lock generated
View file

@ -2570,6 +2570,7 @@ version = "0.0.6"
dependencies = [
"clap",
"libc",
"nix 0.20.0",
"redox_syscall 0.1.57",
"uucore",
"uucore_procs",