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 -->
  #2 (permalink)  
Old 01-21-2008
vino's Avatar
vino vino is offline
Supporter (in vino veritas)
 

Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,663
What you have done seems right.

Did you do that in a shell script ? If so, you will have to source that shell script to see the changes in your shell.

Code:
source myscript.sh
What did you do ?
Reply With Quote