help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Shell script migration from Unix to Linux


From: George Thomas Irimben (georgeti)
Subject: Shell script migration from Unix to Linux
Date: Sun, 29 Apr 2012 00:40:24 +0530

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

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]