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


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: sdiff UNIX in a Nutshell: System V Edition Next: Reference: serialver
Reference: sdiff Book Index Reference: 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