Q:

Which command will be used for selecting lines 3 to 10 from emp.lst?

0

Which command will be used for selecting lines 3 to 10 from emp.lst?


  1. sed 3,10 emp.lst
  2. sed -n ‘3,10p’ emp.lst
  3. sed -n ‘^,10p’ emp.lst
  4. sed -n, 10p

All Answers

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

 (b).sed -n ‘3,10p’ emp.lst

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 filter apart from perl, is the most powerful... >>
<< Which shortcut does sed offer to replace the strin...