Previous Topic: Shells and Script Changes

Next Topic: Troubleshooting


Process Summary

To modify a post processing script

  1. Invoke an editor, such as vi, and open the script you want to modify.
  2. Go to the bottom of the script.
  3. Add the desired commands to the end of the script.

    Note: If the script ends with an exit statement, enter your commands above exit.

  4. Save the file and exit the editor.