Q634
Which one of the following is the correct syntax for performing substitution using sed?
A.
sed [address]s /expr1/ expr2
B.
sed [address]s /expr1 expr2
C.
sed [address]s /expr1/ expr2/ flags
AnswerD.
sed [address]s
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board