Tail

From NovaOrdis Knowledge Base
Revision as of 07:02, 28 November 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * bash =Overview= =Usage= ==Last Line== tail -n 1 <''file-name''> ==Continuous== tail -f <file-name>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Usage

Last Line

tail -n 1 <file-name>

Continuous

tail -f <file-name>