Hi,
I'm having a C-shell script which I'm converting into a Bourne shell script. The problem is there's a 'source' command for which I dont know the equivalent in Bourne shell. Can anyone pls help me out in this ?
the following line is the one which I want to change to Bourne Shell,
source $DATAENV/xyzenv ----> xyzenv is a c-shell script
Thanks
I'm having a C-shell script which I'm converting into a Bourne shell script. The problem is there's a 'source' command for which I dont know the equivalent in Bourne shell. Can anyone pls help me out in this ?
the following line is the one which I want to change to Bourne Shell,
source $DATAENV/xyzenv ----> xyzenv is a c-shell script
Thanks