Last Updated on May 11, 2020 by InfraExam
Which of the following commands will display the last five lines of a file called file1.txt?
(choose two)
- head -n 5 file1.txt
- tail -5 file1.txt
- tail file1.txt
- tail -n 5 file1.txt
Last Updated on May 11, 2020 by InfraExam