sed Command

sed Command

Description

stream editor

Synopsis

sed [ -n ] [ -e script ] [ -f sfilename ] [ filename ]...

Examples

Previous slide Next slide Back to the first slide View Graphic Version

Notes:

sed(1) is a stream line editor that reads input from piped data or named files. Such input is processed as follows:

Understanding how a command functions is very useful. This can help individuals which commands are best suited for specific tasks; allowing one to write more efficient programs.