Examveda
Examveda

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

A. sed 3,10 emp.lst

B. sed -n '3,10p' emp.lst

C. sed -n '^,10p' emp.lst

D. sed -n, 10p

Answer: Option B


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix