Page 1 of 1

Which of the following commands will print the last 10 lines of a text file to the standard output?

Posted: Sat Aug 20, 2022 7:47 am
by answerhappygod
Which of the following commands will print the last 10 lines of a text file to the standard output?

A. cat -n 10 filename
B. dump -n 10 filename
C. head -n 10 filename
D. tail -n 10 filename