1.

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» D. sed -n


Discussion

No Comment Found