bug-textutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in tail?


From: Jim Meyering
Subject: Re: bug in tail?
Date: Sat Sep 14 17:47:01 2002
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Richard Mawson <address@hidden> wrote:
> tail --follow=name -f <file>
>
> doesn't seem to follow the file if the inode changes, but
>
> tail -f <file> --follow=name
>
> does... a source of some confusion for me for a while until I realised the
> difference between the ones that worked and the ones that didn't... I guess
> this may have been found already - anyway you know its there for sure now...

Thanks for the report, but that doesn't seem like a bug to me.
The documentation says that -f is the same as --follow=descriptor:

  -f, --follow[={name|descriptor}]
                           output appended data as the file grows;
                           -f, --follow, and --follow=descriptor are
                           equivalent

so the one specified last takes precedence.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]