TOOL » LINUX » PACKAGE
Tail
Usage
Output the last part of files.
shell
tail OPTIONS FILE
Option | Description |
---|---|
-f --follow | Output appended data as the file grows |
-n [+]NUM | Output the last NUM lines, or start with line +NUM. |
Output the last part of files.
tail OPTIONS FILE
Option | Description |
---|---|
-f --follow | Output appended data as the file grows |
-n [+]NUM | Output the last NUM lines, or start with line +NUM. |