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