Next | Prev | Up | Top | Contents | Index

Automated Editing with sed

You can use sed(1), the Stream Editor, to automate file editing. The sed command follows an editing script that defines changes to be made to text in a file. The sed command takes a file (or files), performs the changes as defined in the editing script, and sends the modified file to the standard output. This command is fully described in the IRIX Development Option documentation and in the sed(1) reference page, which is included in your IRIX distribution. The IRIX Development Option is available for separate purchase from Silicon Graphics.


Next | Prev | Up | Top | Contents | Index