Q:

Which one of the following commands is incorrect?

0

Which one of the following commands is incorrect?


  1. $ cut -d “|” -f 1,4 emp.lst
  2. $ cut -c -3 emp.lst
  3. $ tail -c -511 foo
  4. $ tail -c 500 foo

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).$ tail -c 500 foo

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

UNIX - FILTERS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which command is used for pasting files?... >>
<< The following command will produce an error...