mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:47:44 +00:00
465 B
465 B
Name
tail
Synopsis
$ tail [--follow] [--lines number] <file>
Description
Print the end ('tail') of a file.
Options:
--help
: Display help message and exit--version
: Print version--complete
: Perform autocompletion-f
,--follow
: Output data as it is written to the file-n number
,--lines number
: Fetch the specified number of lines
Arguments:
file
: File path