1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:47:44 +00:00
serenity/Base/usr/share/man/man1/tail.md
2022-03-26 21:34:56 +04:30

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