[ILUG] Bash

Rick Moen rick at linuxmafia.com
Mon Jan 21 17:47:09 GMT 2002


Quoting Brendan Halpin (brendan.halpin at ul.ie):

> Simple scripting question:
> 
> With a bash script that runs a simple series of commands, how do I
> make it crash out if any one command fails, without filling it with
> conditionals?

statement1 && statement2 && statement3 [...]




More information about the ILUG mailing list