Hi, Due to incompatibility of commands/arguments and behavior, shell script migration from Unix to Linux OS is a nightmare for many.
Is there any Wrapper Shell or other utilities existing in Linux, to help script migration from Unix to Linux? This unix2linux shell should hide the behavior/output differences and make the Unix scripts run seamless on Linux. Users may be ok to modify the first line in the scripts. Example: #!/bin/csh -f to #!unix2linuxsh /bin/csh -f Any pointers? Thanks -George