How do you print the first 15 lines of all files ending by ".txt" in UNIX?

  1. print 15 .txt

  2. cat *.txt -length=15

  3. head -15 *.txt

  4. tail -15 *.txt


Correct Option: C

Find more quizzes: