Difference between revisions of "Tail"
From Notes_Wiki
(Created page with "=tail= Instead of '<tt>tail -f</tt>' we should prefer '<tt>tail -F</tt>' for seeing logs so that even if logs file get rotated we keep seeing the updated output. Back to [[...") |
(No difference)
|
Revision as of 00:52, 24 November 2012
tail
Instead of 'tail -f' we should prefer 'tail -F' for seeing logs so that even if logs file get rotated we keep seeing the updated output.
Back to Information tools