tail
$ tail [--follow] [--lines number] <file>
Print the end ('tail') of a file.
--help
: Display help message and exit--version
: Print version-f
, --follow
: Output data as it is written to the file-n number
, --lines number
: Fetch the specified number of linesfile
: File path