How to display first 10 lines of all files ending with ".txt"?

  1. cat *.txt -length=10

  2. disp 10 .txt

  3. head -10 *.txt

  4. print 10 *.txt


Correct Option: C

Find more quizzes: