aboutsummaryrefslogtreecommitdiff
path: root/toys/tail.c
AgeCommit message (Expand)Author
2012-07-15Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...Rob Landley
2012-07-05- Do not abort testing after running the sort testsElie De Brauwer
2012-03-12Redo tail to use optargs and optionally support lseek. Add support to optargs...Rob Landley
2012-02-28Add "-" type to optargs and teach tail.c to use it. Tighten up help text, us...Rob Landley
2012-02-23Bugfix: use the right USE symbol.Rob Landley
2012-02-23Add tail.Timothy Elliott