Bash Print Last N Lines of File
# Basic syntax:
tail -n input_file
# Where n is the number of lines to load from the end of the input_file
Charles-Alexandre Roy
# Basic syntax:
tail -n input_file
# Where n is the number of lines to load from the end of the input_file
tail -100 <log file> > newLogfile
tail -100 error.log