Question: Which command is used to view the last 1 5 lines of the file myfile.txt ? tail myfile.txt head - 1 5 myfile.txt head myfile.txt

Which command is used to view the last 15 lines of the file myfile.txt?
tail myfile.txt
head -15 myfile.txt
head myfile.txt
tail -15 myfile.txt
 Which command is used to view the last 15 lines of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!