coreutils
[Top][All Lists]
Advanced

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

Re: some concern about the fix of " tail: consistently output all data f


From: Bernhard Voelker
Subject: Re: some concern about the fix of " tail: consistently output all data for truncated files"
Date: Tue, 8 Nov 2016 22:24:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 11/08/2016 03:50 AM, Lian, George (Nokia - CN/Hangzhou) wrote:
> We have an issue now for tail a syslog file which stored in a network-based 
> file system.

I'm not sure, but this sounds like a case for

  N=5
  tail -F --max-unchanged-stats="$N"  "$file"

doesn't it?

Have a nice day,
Berny



reply via email to

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