Vidyalelo
Computer Science · Q1106

UNIX

Engineering and GATE · Computer Science · question 1106

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board