mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Rudamentary tail implementation.
For specific info on missing features and optimizations, look at tail/README.md
This commit is contained in:
parent
c86be225fa
commit
17afa8a1fd
4 changed files with 204 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -37,6 +37,7 @@ PROGS := \
|
|||
wc \
|
||||
yes \
|
||||
head \
|
||||
tail \
|
||||
|
||||
UNIX_PROGS := \
|
||||
hostid \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue