Thread
:
What is the difference between a shell variable
View Single Post
#
2
(
permalink
)
06-28-2008, 05:21 AM
neelima.rai
Junior Member
Join Date: Jun 2008
Location: Bangalore
Posts: 10
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
neelima.rai
View Public Profile
Send a private message to neelima.rai
Find all posts by neelima.rai