Examveda
Examveda

Which command is used to display the top of the file?

A. cat

B. head

C. more

D. grep

E. None of the above

Answer: Option B

Solution(By Examveda Team)

In Unix, the head command is used to display the top part of a file. It prints the first 10 lines of the specified file by default. If you want to display a different number of lines, you can specify it using the -n option followed by the number of lines you want to display.
So, head is the correct command to display the top of a file.

This Question Belongs to Computer Science >> Unix

Join The Discussion

Comments ( 2 )

  1. Sayid Waam
    Sayid Waam :
    3 years ago


    which of the following commands is used for creating a file in linux

    nano
    all of the above
    touch
    vim

  2. Sayid Waam
    Sayid Waam :
    3 years ago

    which of the following commands is used for creating a file in linux

Related Questions on Unix