Linux Tail Command Maker

Display last few lines of the specified file(s) by using the tail command in Linux.

File Selection
Line Control
Use -n or --lines= to display the last lines.
Use -n + to start displaying from the th line to the end of the file.
Byte Control
Use -c or --bytes= to display the last bytes.
Use -c + to start displaying from the th byte to the end of the file.
File Monitoring
Verbosity and Display
Help and Version
Generated Command
tail