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.