Q:

Consider the following commands

0

Consider the following commands.
$ sed -n ‘1,2p’ emp.lst
$ sed -n ‘3,$!p’ emp.lst
The output of both commands will be same.


  1. True
  2. False

All Answers

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

 (a).True

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 option is used with sed for using multiple i... >>
<< The command $ sed -n ‘$p’ emp.lst will display...