Examveda
Examveda

Which one of the following command will be used for quitting after selecting 3 lines from file emp.lst?

A. sed -n 3 emp.lst

B. sed -i 1-3 emp.lst

C. sed '3q' emp.lst

D. sed -n

Answer: Option C


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix