On 2/13/06, Olwe Bottorff <galanolwe at yahoo.com> wrote:
> Which is more versatile/powerful, Korn or Bash?
>

For daily interactive use, I'd recommend bash if it's installed on
your system.  If not "ksh -o vi" works nicely.

I write all my shell scripts in /bin/sh since that makes them the most
portable.  It's the one shell that's guaranteed to exist on all *NIX
systems.

scot