Thread: Path=$path:
View Single Post
Old Jul 10th, 2006, 10:31 AM   #4
jim mcnamara
Hobbyist Programmer
 
Join Date: Jun 2005
Location: New Mexico
Posts: 228
Rep Power: 4 jim mcnamara is on a distinguished road
Quote:
Exporting the variable, makes the value of the variable accessible by the system... as in a "system environment variable".
Maybe you mean system in a different way, but export assures that the current process and all children of the process can see this version (in this case PATH) of a variable. It doesn't cross parent/child process lines, ie., my neighbor's processes can't see it.
jim mcnamara is offline   Reply With Quote