hi all ,
I'm writing a lot of shell script(AIX ksh) which use some common functions.
but I did not manage to include a common file script into the others.
ex : I have the file common.sh and 2 other file s1.sh and s2.sh
I tried to put " source common.sh" in the top of my others scripts but there
is no command "source" in aix.
could anyone help me to do this?
thanks to all.
Laurent