1
Fork 0
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:
Morten Olsen Lysgaard 2014-06-12 23:27:37 +02:00
parent c86be225fa
commit 17afa8a1fd
4 changed files with 204 additions and 1 deletions

View file

@ -37,6 +37,7 @@ PROGS := \
wc \
yes \
head \
tail \
UNIX_PROGS := \
hostid \