QuestionQ192
Essential CommandsWhich of the following commands prints the final 10 lines of a text file to standard output?
- A cat -n 10 filename
- B dump -n 10 filename
- C head -n 10 filename
- D tail -n 10 filename
Which of the following commands prints the final 10 lines of a text file to standard output?
Community Discussion