--- Paul Smith <[EMAIL PROTECTED]> wrote:

>     if [ ... ];
>       then command;
>       else other_command;
>     fi

I much prefer:

[ ... ] &&
{
  foo
} || {
  bar
}

-- Thomas Adam


                
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to