procmail
[Top] [All Lists]

Re: vocab expansion

1997-02-27 07:23:53
Philip Guenther <guenther(_at_)gac(_dot_)edu> wrote:
:"[Top Secret]" <web401a5(_at_)topsecret(_dot_)net> writes:
:>hi, in reading this list and the procmail docs i have come accross a term
:>i am unfamiliar with:  sed.  as in "a sed script"  and recently i think i
:>saw it used as a verb in a .procmailrc (do you know how long i worked
:>with this before i found out what "rc" means? [run commands]  *whew!*).
:
:"sed" is name of a program on UNIX systems.  It stands for Stream
:EDitor, but in a sense, it's now the name of the language understood by
:the program, just a 'C' is the name of the language understood by the C
:compiler.

Top, in case you're thinking, "yeah, but what _is_ it?", if you're
running any flavor of Unix you can type

  man sed

at the shell prompt and get something like:

:SED(1)                 UNIX Reference Manual                   SED(1)
:
:NAME
:     sed - stream editor
:
:SYNOPSIS
:     sed [-an] command [file ...]
:     sed [-an] [-e command] [-f command_file] [file ...]
:
:DESCRIPTION
:     The sed utility reads the specified files, or the standard input if no
:     files are specified, modifying the input as specified by a list of com-
:     mands.  The input is then written to the standard output.

[etc]

A really good book to get is the O'Reilly book _sed & awk_ by Dale
Dougherty.

Find out about it at http://www.ora.com/catalog/sed2

(No, I don't work for O'Reilly. :)

-- It is now safe to turn off your computer.
Bill Evans/Box 4829/Irvine, California 92716/(714)551-2766  _   /| ACK!
Email-To: wje(_at_)acm(_dot_)org  -- PGP encrypted mail preferred. --  \`o_O' /
   Finger wje(_at_)netcom(_dot_)com for public key.   Key #: 441AFEA5   =( )=
PGPprint: FB D0 1C 1D EF DC 26 BA  B3 9E 84 0B 40 D6 59 9C     U

<Prev in Thread] Current Thread [Next in Thread>