CompTIA Exam Questions

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

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

output?

A.
tail -n 10 filename

B.
head -n 10 filename

C.
cat -n 10 filename

D.
dump -n 10 filename