You need to see the last fifteen lines of a file. What command should you use?
tail -15 filename
head -15 filename
zcat -15 filename
All of the above
None of the above