MCQOPTIONS
Saved Bookmarks
| 1. |
Which is the correct syntax for sed on command line? |
| A. | sed [options] ‘[command]’ [filename]. |
| B. | sed ‘[command]’ [options] [filename]. |
| C. | sed [filename] [options] ‘[command]’ |
| D. | sed ‘[command]’ [filename] [options]. |
| Answer» B. sed ‘[command]’ [options] [filename]. | |