Which command allows you to view the last part of a file?
Explanation
The 'tail' command is used to display the final lines of a file. While 'head' shows the beginning, 'tail' focuses on the end. The options 'eof' and 'bof' are not valid commands for this purpose.