| www.delorie.com/gnu/docs/sed/sed_1.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
sed is a stream editor.
A stream editor is used to perform basic text
transformations on an input stream
(a file or input from a pipeline).
While in some ways similar to an editor which
permits scripted edits (such as ed),
sed works by making only one pass over the
input(s), and is consequently more efficient.
But it is sed's ability to filter text in a pipeline
which particularly distinguishes it from other types of
editors.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |