Linux OS Editors Question:
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:
a) sed [options] '[command]' [filename]