tldr/pages
Steve Stodola 2c789950db
update tail to indicate -F
If I open the file with tail like this:

$ tail -f /var/log/messages
... and if the log rotation facility on my machine decides to rotate that log file while I'm watching messages being written to it ("rotate" means delete or move to another location etc.), the output that I see will just stop.

If I open the file with tail like this:

$ tail -F /var/log/messages
... and again, the file is rotated, the output would continue to flow in my console because tail would reopen the file as soon as it became available again, i.e. when the program(s) writing to the log started writing to the new /var/log/messages.
2017-11-23 17:16:08 -07:00
..
common update tail to indicate -F 2017-11-23 17:16:08 -07:00
linux Teensy layout fix 2017-11-22 09:55:55 +00:00
osx codesign: add page (#1523) 2017-11-08 19:33:46 +00:00
sunos dmesg: add page (#1431) 2017-07-25 00:32:58 +05:30
windows attrib: add page (#1616) 2017-11-13 11:10:05 +05:30