SED (Stream EDitor) is a non-interactive editor, written by Lee E. McMahon in 1973 or 1974 for the Unix operating system, but now available for most OS's. Instead of the user moving the cursor on the screen, the user sends the program a script of editing instructions. In this sense, sed works like a filter - deleting, inserting and changing characters, words, and lines of text. This makes it particularly useful in batch files. Its range of activity goes from small, simple changes to very complex ones.
Relate Directory
Operating Systems / Unix
Site
SED, the Stream Editor
Eric Pement's Cornerstone Mag site hosts FAQs, download sites for most operating systems, list of handy one-liners, table of version differences, and links.
SED Tutorials
Some items selected by Yiorgos Adamopoulos from the Seders grab bag and mailing list.
SED & AWK
The most popular book on the stream editor, from O'Reilly.
Custom SED Proposal
Wish list and manifesto for development of a new version of the editor.
Roger Chang's SED and Shell Scripts
SED and Bourne Shell scripts by a seder in Taiwan.
Batch and Third-Party Programs
Benny Pedersen gives examples of the use of SED in DOS batch files.
SED
The Open Group "Single UNIX Specification" man page.
Web Search
sed, a stream editor
URL : www.gnu.org/software/sed/manual/sed.html
sed is a stream editor. ... to an editor which permits scripted edits (such as ed), sed works by making ... But it is sed's ability to filter text in a ...[2008/11/22]
Using the sed Editor in Linux
URL : www.oracle.com/technology/pub/articles/dulaney_sed.html
The sed editor is among the most useful assets in the Linux sysadmin's toolbox, ... The sed utility is an "editor," but it is unlike most others. ...[2008/10/15]
sed.sf.net - The SED $HOME
URL : sed.sourceforge.net
Boring man page description on the way: \ \ Sed is a stream editor. ... some ways similar to \ an editor which permits scripted edits (such as ed), sed ...[2005/05/13]
sed FAQ, version 014
URL : www.faqs.org/faqs/editor-faq/sed
sed" stands for Stream EDitor. Sed is a non-interactive ... Doing so would stop sed from being a stream editor and have adverse effects on its efficiency. ...[2008/12/01]
sed stream editor
URL : www.gnu.org/software/sed/manual/sed.txt
A stream editor is used to perform basic text transformations on an input stream ... some ways similar to an editor which permits scripted edits (such as `ed'), `sed' ...[2008/03/07]
Frequently-Asked Questions about sed, the stream editor
URL : www.student.northpark.edu/pemente/sed/sedfaq4.html
This is Section 4 of the sed FAQ. Go back to Section 3, or forward to Section 5. ... Older text editors used a newline (CR/LF in DOS; LF alone in Unix) to end each ...[2003/03/21]
Sed - An Introduction and Tutorial
URL : www.grymoire.com/Unix/Sed.html
Sed Tutorial ... Sed is the ultimate stream editor. ... I must emphasize the the sed editor changes exactly what you tell it to. So if you executed ...[2008/07/21]
Frequently-Asked Questions about SED, the stream editor
URL : doc.ddart.net/shell/sedfaq.htm
sed" stands for Stream EDitor. Sed is a non-interactive ... Doing so would stop sed from being a stream editor and have adverse effects on its efficiency. ...[2008/11/27]
Softpanorama Unix Classic Tools Page / SED Editor page
URL : www.softpanorama.org/Tools/sed.shtml
http://www.ualberta.ca/HELP/unix/sed-editor.html ... sed -- stream editor (non-interactive) -- MKS man page ... LINERS FOR SED (Unix stream editor) Apr. 28, ...[2008/11/20]
Gentoo Development Guide: sed -- Stream Editor
URL : devmanual.gentoo.org/tools-reference/sed/index.html
The canonical way of doing this is via sed: ... Again, we can use sed. ... Simple Text Substitution using sed ...[2008/10/28]
©www.freeaq.net - 2008
POWERED BY FreeBSD 7.0