b) To show the contents of the file unix code example
Example: 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
# Basic syntax:
tail -n input_file
# Where n is the number of lines to load from the end of the input_file