Linux command: tail

From RHS Wiki
Revision as of 13:52, 26 February 2018 by Rafahsolis (talk | contribs) (Created page with "== Monitor file == tail -f <file> == Print from line number to end == tail --lines=100 <file>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Monitor file[edit]

tail -f <file>

Print from line number to end[edit]

tail --lines=100 <file>