TOOL » LINUX » PACKAGE

Tail

Usage

Output the last part of files.

shell
tail OPTIONS FILE
OptionDescription
-f --followOutput appended data as the file grows
-n [+]NUMOutput the last NUM lines, or start with line +NUM.