sed

Name

sed -- stream editor

Description

sed is as specified in the SUS but with differences as listed below.

LSB Deprecated Differences

The behaviors specified in this section are expected to disappear from a future version of the LSB; applications should only use the non-LSB-deprecated behaviors.

-V, --version

prints out the version of sed that is being run and a copyright notice, then exits.

--quiet, --silent

is equivalent to -n.

--expression

is equivalent to -e.

--file=script-file

is equivalent to -f.