Bill Fenner
8cd6778484
Allow "obsolete" (but commonly-used) command line style to be used
...
with -F, e.g. tail -1 -F /var/log/messages.
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2001-10-02 06:22:01 +00:00
Andrey A. Chernov
bd9dc97512
File positions are off_t nowdays, not long, so:
...
long -> off_t
strtol -> strtoll
fseek -> fseeko
NOTE: that fseek not works for >long offsets files per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
2001-09-01 22:22:45 +00:00
Ruslan Ermilov
1715c485d4
Mention the -F in the usage().
...
PR: 24586
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2001-01-24 08:27:59 +00:00
Jeroen Ruigrok van der Werven
48a1ef2284
Remove register keyword usage with prejudice.
...
Modern compilers are smarter when it comes to allocating register
usage.
2000-12-03 17:05:45 +00:00
Jeroen Ruigrok van der Werven
beed3992fc
Use a size_t instead of an int.
2000-12-02 20:21:13 +00:00
Jeroen Ruigrok van der Werven
247e7cb1d3
Properly constify some static arrays.
...
Also #if out some sccsid's and add rcsid's.
2000-12-02 19:10:12 +00:00
Bill Fumerola
9ef5c48bef
Clean up some ambiguous nested if/elses.
1999-07-04 17:26:16 +00:00
Peter Wemm
eb1c943900
Add a new -F flag which is a superset of -f. It will cause tail to
...
stat() the file being followed and do a close/reopen if the file has been
renamed and/or rotated. This is damn useful for leaving running on files
in /var/log when newsyslog(8) rotates them.
1998-04-06 16:13:49 +00:00
Warner Losh
1c8af87873
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
Peter Wemm
c3fd5728c2
Dont forget to #include <err.h>
1996-08-25 21:14:19 +00:00
Peter Wemm
ac5512704d
Argh! caught! *blush*.. This program was supplying it's own 'err' routine
...
which was slightly different to the libc one. To save any more cunfusion,
use the libc one.
1996-08-25 21:12:01 +00:00
Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00