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