The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > BSD
Google UNIX.COM



Thread: How to export
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-21-2008
ThobiasVakayil ThobiasVakayil is offline
Registered User
 

Join Date: May 2006
Posts: 43
hello,

Please run like this :
$ . ./1.sh
So whatever export variables inside the script 1.sh will be available in the shell.

Regards,
Thobias
Reply With Quote