mail:~$ cc taildir.c
taildir.c:15: conflicting types for `sys_errlist'
/usr/include/errno.h:31: previous declaration of `sys_errlist'
taildir.c: In function `newest':
taildir.c:65: warning: passing arg 3 of `scandir' from incompatible pointer
type
taildir.c:65: warning: passing arg 4 of `scandir' from incompatible pointer
type
am using linux... is there a problem with it?
-marlon
At 08:46 AM 5/13/99 -0400, Dave Sill wrote:
>"Robin Bowes" <[EMAIL PROTECTED]> wrote:
>>
>>Before I do a bit of coding, has anyone written a script to identify the
>>most recent log file and tail it, preferably switching files when the
>>log file turns over?
>
>Jeff Hayward's taildir does what you want. It's small, and I don't
>have a URL, so I've attached a copy.
>
>-Dave
>
>
>Attachment Converted: "g:\abaoma\mail\Attachments\taildir.c"
>