Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2015 19:44:38 -0400
From:      Paul Halliday <paul.halliday@gmail.com>
To:        hackers@freebsd.org
Subject:   OT: tail nuance
Message-ID:  <CAJfn-RGfUDnD4aqMEnATL%2BV31n9cRHtwU094GDa0JKSx56WMqQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I figured someone here would likely know the answer to this one.

On freebsd if I do:

~% mkdir dirA
~% tail -n0 -F dirA/afile.txt
~% echo test > dirA/afile.txt

>> test

~% mv dirA dirB
~% rm dirB/afile.txt
~% mkdir dirA
~% echo test > dirA/afile.txt

>> test

Which is what I would expect to happen. When I do the same test on a
linux box it doesn't report the last echo (or any other redirection to
the file).

What am I missing?

Thanks!

-- 
Paul Halliday
http://www.pintumbler.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJfn-RGfUDnD4aqMEnATL%2BV31n9cRHtwU094GDa0JKSx56WMqQ>