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 | ||
| Line 1: | Line 1: | ||
| <yambe:breadcrumb self="Tail">Information tools|Information tools</yambe:breadcrumb> | |||
| =tail= | =tail= | ||
| Line 5: | Line 6: | ||
| Back to [[Information tools]] | Back to [[Information tools]] | ||
| <yambe:breadcrumb self="Tail">Information tools|Information tools</yambe:breadcrumb> | |||
Revision as of 10:42, 9 September 2018
<yambe:breadcrumb self="Tail">Information tools|Information tools</yambe:breadcrumb>
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
<yambe:breadcrumb self="Tail">Information tools|Information tools</yambe:breadcrumb>

