in message <20041128185333.GA24199 at moo.holy.cow>,
wrote Parv thusly...
>
> for shell in sh csh tcsh bash ksh93 blah
^ ^
^ ^
Sorry, that "blah" shell was there only to test for existence of a
shell which i forgot to remove. Of course.
> do
> shell=$(which $shell)
> [ -z "$shell" ] && continue
...
> done
- Parv
--