I "think" you're asking how to do if statements in bash?
if so, it's like this:
if true
then echo yes
else echo no
fi
("fi" being "if" backwards... those crazy Bourne people)
-wes
On Fri, Aug 17, 2012 at 4:09 PM, Galen Seitz <[email protected]> wrote:
> Hi,
>
> Is there some sort of Bourne or Bash shell equivalent to #if 0 ...
> #endif? I've got a group of commands in my script that take a long
> time to execute, so I'd like to temporarily disable them.
>
> thanks,
> galen
> --
> Galen Seitz
> [email protected]
>
> _______________________________________________
> PLUG mailing list
> [email protected]
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug