List the last few lines of the given file on STDOUT:
tail <filename>
List the last 20 lines of the given file on STDOUT:
tail -n 20 <filename>