sed [options] [files]
Stream editor-edit one or more files without user interaction.
See Section 10 for more information on sed.
- -e '
instruction' Apply the editing instruction to the files.
- -f 
script Apply the set of instructions from the editing script.
- -n
 Suppress default output.