OSDC - The Open Source Developers' Club

Community controlled languages - Perl - PHP - Python

Revisiting the sed stream editor

Simon Taylor

The man page:
A stream editor is used to perform text transformations on an input stream...

The reality:
sed is much, much more powerful utility than you've been lead to believe.

If your typical conception of sed is:

    sed 's/this/that/' some_file
then you may be interested to see what this arcane tool can really get up to. For instance: The talk will demonstrate a variety of uses for this tool and make the case for adding sed to your tool box regardless of which Open Source scripting language you already use.

We'll also look at:

Home

OSDClub