shell:tail
Description
Displays the last lines of a file.
Syntax
shell:tail [options] [path or url]
Arguments
Name | Description |
---|---|
path or url | A file path or url to display. |
Options
Name | Description |
---|---|
-n | The number of lines to display, starting at 1. |
--help | Display this help message |
-s | Sleep interval (used for follow) |
-f | Follow file changes |