sed

Name

sed -- stream editor

Description

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

Differences

-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.