UNIX in a Nutshell: System V Edition

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

ed

ed [options] [file]

The standard text editor. If the named file does not exist, ed creates it; otherwise, the existing file is opened for editing. As a line editor, ed is generally no longer used because vi and ex have superseded it. Some utilities, such as diff, continue to make use of ed command syntax. Encryption (with -x) can be used only in the United States.

Options

-C

Same as -x, but assume file began in encrypted form.

-p string

Set string as the prompt for commands (default is *). The P command turns the prompt display on and off.

-s

Suppress character counts, diagnostics, and the ! prompt for shell commands. Earlier versions of ed used plain -; this is still accepted.

-x

Supply a key to encrypt or decrypt file using crypt.


Previous: Reference: echoUNIX in a Nutshell: System V EditionNext: Reference: edit
Reference: echoBook IndexReference: edit

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