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 [[...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Information tools]] > [[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. | 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. | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Information tools]] > [[Tail]] |
Latest revision as of 14:50, 24 August 2022
Home > CentOS > CentOS 6.x > Information tools > 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.
Home > CentOS > CentOS 6.x > Information tools > Tail