home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: sdiff Chapter 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: sdiff UNIX in a Nutshell: System V Edition Next: Reference: sh
Reference: sdiff Book Index Reference: sh

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