1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/tail
landry 055e84af91 Permit tail -f to follow multiple files, useful when you want to monitor
several logfiles in a single terminal. split forward() and move the
corresponding -rewritten- code to follow().
Closes PR 5092.

ok millert@ gilles@ sobrado@
2008-10-17 11:38:20 +00:00
..
extern.h Permit tail -f to follow multiple files, useful when you want to monitor 2008-10-17 11:38:20 +00:00
forward.c Permit tail -f to follow multiple files, useful when you want to monitor 2008-10-17 11:38:20 +00:00
Makefile
misc.c unneeded includes and whitespace police; from Igor Zinovik 2007-09-29 12:31:28 +00:00
read.c fix double free which can happen if the last line has no newline; 2008-06-02 06:01:15 +00:00
reverse.c unneeded includes and whitespace police; from Igor Zinovik 2007-09-29 12:31:28 +00:00
tail.1 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
tail.c Permit tail -f to follow multiple files, useful when you want to monitor 2008-10-17 11:38:20 +00:00