]> Zhao Yanbai Git Server - minix.git/commit
importing tail
authorClaudio Martella <claudio@apache.org>
Mon, 31 Mar 2014 20:02:03 +0000 (22:02 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:21 +0000 (17:05 +0200)
commita967d739abf6b9e18d75e99925030c41b4f075ca
treea17e5402acf40461d7ef80f743e56a8af1eaad62
parent10b1980b6e734631d6e15a3e0411482e38923989
importing tail

Change-Id: Ieda9690195ccd78f081b383cb530702d45537122
14 files changed:
commands/Makefile
commands/tail/Makefile [deleted file]
commands/tail/tail.c [deleted file]
man/man1/Makefile
man/man1/tail.1 [deleted file]
usr.bin/Makefile
usr.bin/tail/Makefile [new file with mode: 0644]
usr.bin/tail/extern.h [new file with mode: 0644]
usr.bin/tail/forward.c [new file with mode: 0644]
usr.bin/tail/misc.c [new file with mode: 0644]
usr.bin/tail/read.c [new file with mode: 0644]
usr.bin/tail/reverse.c [new file with mode: 0644]
usr.bin/tail/tail.1 [new file with mode: 0644]
usr.bin/tail/tail.c [new file with mode: 0644]