sed is a stream editor that reads one or more text files, makes editing changes according to a script of editing commands,
and writes the results to standard output. The script is obtained from either the script operand string or a combination of the
option-arguments from the
--expression and
--file options.