Vidyalelo
Computer Science · Q634

UNIX

Engineering and GATE · Computer Science · question 634

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
Answer
D.
sed [address]s

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board