The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 07-18-2008
trey85stang trey85stang is offline
Registered User
  
 

Join Date: May 2008
Posts: 74
Quote:
Originally Posted by FunibonE View Post
How would you know if your script failed or not without testing? you can always manually run it
files will be missing if a specific command fails - I get emailed the files thats how I know. its a reporting script and the apps reporting command sometimes just randomly fails for no reason what so ever... It would be great if there was an easy way to just rerun that one failed command.

I guess I will be a big boy and add in flow control for those commands failing