## Name tail ## Synopsis ```sh $ tail [--follow] [--lines number] ``` ## Description Print the end ('tail') of a file. ## Options: * `-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