On Thu, Apr 08, 2010 at 06:05:05AM -0700, Vadym Chepkov wrote: > A company I work for is trying to migrate their applications to Linux > platform and have selected RedHat as the vendor. Redhat installs bash as the > standard shell :
> $ ls -l /bin/sh > lrwxrwxrwx 1 root root 4 Jul 7 2009 /bin/sh -> bash Migrating FROM something that used Korn shell, I presume? Why not just install Korn shell and use #!/bin/ksh on your scripts, if you need to rely on Korn shell features? It would probably be easier than porting all your scripts from Korn to POSIX/bash.