View Single Post
  #2 (permalink)  
Old 06-28-2008, 05:21 AM
neelima.rai neelima.rai is offline
Junior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 10
Default

A shell variable that is exported will be a global variable and can be used across various shell where as the non exported variable is local variable which is confined to the shell in which it was defined
Reply With Quote