Q662
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
AnswerD.
sed 's/
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board