InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command is incorrect?(a) pr dept.lst(b) head -n 5 emp.lst(c) tail -o+5 emp.lst(d) tail -3 emp.lstThis question was addressed to me in homework.My question is from Filtering Commands topic in portion Simple Filters of Unix |
|
Answer» The correct choice is (c) tail -o+5 emp.lst |
|