UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: sdiffChapter 2
Unix Commands
Next: Reference: serialver
 

sed

sed [options] [files]

Stream editor. Edit one or more files without user interaction. See Chapter 10, The sed Editor, for more information on sed. The -e and -f options may be provided multiple times, and they may be used with each other.

Options

-e 'instruction'

Apply the editing instruction to the files.

-f script

Apply the set of instructions from the editing script.

-n

Suppress default output.


Previous: Reference: sdiffUNIX in a Nutshell: System V EditionNext: Reference: serialver
Reference: sdiffBook IndexReference: serialver

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System