Examveda
Examveda

To select lines containing gupta and agarwal, which command will be used?

A. sed -n '/gupta/,/agarwal/p' emp.lst

B. sed -n '/gupta/agarwal/p' emp.lst

C. sed '/gupta | agarwal'p' emp.lst

D. sed -n

Answer: Option A


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix