The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: export???
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-03-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Code:
OBJ2=done
export OBJ2
to test use

Code:
echo $OBJ2
Reply With Quote