Q:

Which one of the following is the correct syntax for performing substitution using sed?

0

Which one of the following is the correct syntax for performing substitution using sed?


  1. sed [address]s /expr1/ expr2
  2. sed [address]s /expr1 expr2
  3. sed [address]s /expr1/ expr2/ flags
  4. sed [address]s

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).sed [address]s /expr1/ expr2/ flags

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

UNIX - FILTERS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which one of the following command is used for rep... >>
<< sed can also perform the substitution...