UNIX in a Nutshell: System V Edition

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

sed

sed [options] [files]

Stream editor-edit one or more files without user interaction. See Section 10 for more information on sed.

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: sh
Reference: sdiffBook IndexReference: sh

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