You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?

Submitted by: Administrator
tail -15 dog cat horse

The tail utility displays the end of a file. The -15 tells tail to display the last fifteen lines of each specified file.
Submitted by: Administrator

Read Online Linux OS Job Interview Questions And Answers