Linux News
The world is talking about GNU/Linux and Free/Open Source Software
Export Variables in Bash
You may need to export variables in some circumstances in order to use them. The export command places the variable in the environment. The environment, which is the list of name-value pairs like PATH, is inherited from the parent process. The export command allows the child process to modify the environment.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.