Re: Favorite scripts
ok, here is one
ask them to write a restart-able script , lets say the test script does
x different things:
sort afile , generate a report , email , etc... , clean up and exit.
if script aborts in email , then after fixing whatever the problem was
, you should not start
at the begining . in general you should be able to restart in any
steps you want.
thanks
Michael
.
Relevant Pages
- Re: [PHP] RE: Error Reporting for file commands
... You'll want to test it with a test script that intentionally causes ... manager we have developed for our users. ... either by the system cache or the web server ... (php.general) - RE: :Oracle 1.46 cant find library
... What happens if you run the test script from the command line as the user who starts Apache? ... When I try to invoke oracletool now (either 2.2 or the saved version ... (perl.dbi.users) - Use of uninitialized value in concatenation (.) or string
... a fixed test script no longer exhibiting the problem (along with the ... Use of uninitialized value in concatenation or string at ... (comp.lang.perl.misc) - Re: printer messages revisited
... the script specified by lpadmin -A is invoked for a *fault ... I.e. when the interface script returns an error to ... For example, creating a test script ... (comp.unix.solaris) - Tabs in label/title with pgnuplot (Windows)
... When I have tabs in xlabels, titles, etc. in a gnuplot script, the ... when I use pgnuplot.exe on Windows to run the script. ... Is there a work-around, or am I doing ... Here's the contents of a test script: ... (comp.graphics.apps.gnuplot) |
|