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:
parent
2428a1ccfb
commit
940559f0e1
6 changed files with 90 additions and 25 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2570,6 +2570,7 @@ version = "0.0.6"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"libc",
|
||||
"nix 0.20.0",
|
||||
"redox_syscall 0.1.57",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue