1.

Which one of the following command is used for replacing | with : globally?

A. sed ‘s/|/:/’ emp.lst
B. sed ‘/|/:/’ emp.lst
C. sed ‘s/|/:/g’ emp.lst
D. sed ‘s/
Answer» D. sed ‘s/


Discussion

No Comment Found