./sed --examples
Funciones y ejemplos de uso
file-read
sed '' /path/to/input-file
file-write
sed -n '1s/.*/DATA/w /path/to/output-file' /etc/hosts
shell
sed -n '1e exec /bin/sh 1>&0' /etc/hosts
sed e
./related --binary=sed
Binarios relacionados
Comparten al menos una función con sed.