The ______ command display the beginning lines of the file
Answers
Answered by
2
Answer:
The Entre command display the beginning lines of the file
Explanation:
To look at the first few lines of a file, type head filename, where filename is the name of the file you want to look at, and then press <Enter>. By default, head shows you the first 10 lines of a file. You can change this by typing head -number filename, where number is the number of lines you want to see.
Similar questions