Q1106
Which one of the following commands is incorrect?
A.
$ cut -d "|" -f 1,4 emp.lst
B.
$ cut -c -3 emp.lst
C.
$ tail -c 511 foo
D.
$ tail -c foo
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board