For the given syntax of sed, which among the following is not a correct option? General syntax of sed: /pattern/action

For the given syntax of sed, which among the following is not a correct option? General syntax of sed: /pattern/action Correct Answer pattern refers to the string to be matched

In the general syntax of sed, pattern is the regular expression and action refers to the command given (p: prints the line, d: deletes the line, etc).

Related Questions

What is the correct syntax for using sed?