1
Fork 0
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:
Ian Douglas Scott 2018-03-18 21:56:26 -07:00
parent 5880c65bbb
commit fa867e93ea
No known key found for this signature in database
GPG key ID: 4924E10E199B5959
4 changed files with 35 additions and 1 deletions

View file

@ -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",