|
I am new to unix, but i think i can give you a small tip, sometimes tips from stupids makes great history.. LOL
I think that the variable you are setting in your script, is only available for the shell your script is creating, in order to make it available for other shells, I am not sure, but i think you can use EXPORT {variable name} at the end of the script.
|