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:
=tail=
[[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.




Back to [[Information tools]]
 
[[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