MCQOPTIONS
Saved Bookmarks
| 1. |
For the given syntax of sed, which among the following is not a correct option?General syntax of sed: /pattern/action |
| A. | / are used as delimiters |
| B. | pattern refers to a regular expression |
| C. | pattern refers to the string to be matched |
| D. | action refers to the command |
| Answer» D. action refers to the command | |