mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Port 'tail' to Redox
This commit is contained in:
parent
5880c65bbb
commit
fa867e93ea
4 changed files with 35 additions and 1 deletions
|
@ -68,7 +68,6 @@ generic = [
|
|||
"hostname",
|
||||
"nproc",
|
||||
"sync",
|
||||
"tail",
|
||||
"whoami",
|
||||
"redox_generic"
|
||||
]
|
||||
|
@ -129,6 +128,7 @@ redox_generic = [
|
|||
"split",
|
||||
"sum",
|
||||
"tac",
|
||||
"tail",
|
||||
"tee",
|
||||
"test",
|
||||
"tr",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue