Command for display first part of file?
C
Correct answer
Explanation
The head command displays the first part of a file (typically the first 10 lines by default). It's used to preview the beginning of files without displaying the entire contents. The opposite command is tail, which shows the end of a file. The other options: tail shows the end, tar is for archiving, telnet is for remote connections.