The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-10-2002
majeed73 majeed73 is offline
Registered User
 

Join Date: Jul 2002
Location: Dubai - UAE
Posts: 5
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.