PREV
INDEX
NEXT
SLUUG HOME
SQL in KSH
Running SQL Scripts in Kornshell
Automating Your Scripts (1)
ISSUES TO DEAL WITH
- Flexibility: make sure functions manually or
in background, nohup, or cron
- Depend on nothing, not .profile, /etc/profile,
environment such as $PATH or $HOME
- Specify all I/O (stdin, stdout, stderr)
- Test everything! (read/write all files/dirs,
success/fail of every statement
- Log everything, so you will know what went wrong
2002 April 10
Tom Chapin -- 314-721-3581 -- tjc@mvp.net