![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Amoung tar and gzip whiich unix command is more practical with respect to space manag | manas6 | UNIX for Advanced & Expert Users | 3 | 03-26-2008 04:01 AM |
| empty space in java command through unix | shweta_d | Shell Programming and Scripting | 2 | 06-27-2007 02:37 PM |
| upper limit of accessible memory space for a single process in Unix/Linux | cy163 | UNIX for Dummies Questions & Answers | 1 | 04-30-2007 07:09 AM |
| unix top command (memory usage) | gfhgfnhhn | UNIX for Advanced & Expert Users | 2 | 03-17-2006 04:33 AM |
| Memory/virtual space | degwright | Shell Programming and Scripting | 5 | 11-23-2001 05:44 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
exporting variables - memory space
Hello,
I have 2 or more environment files, with identical variable names; see below: .env_file1 export PROJNAME="XYZ" export PROJID="2" .env_file2 export PROJNAME="WSX" export PROJID="9" .env_file(n) export PROJNAME="QAZ" export PROJID="12" The env files above will be sourced by scripts to use the variables in them, Now, if one of the scripts run concurrently with another script that used a different env. file, will there be any conflicts, in other words will the values get overriten by the next script? I guess my question is about memory space and how UNIX deal with such issue. Your help is so appreciated. Thanks, |
| Forum Sponsor | ||
|
|
|
|||
|
UNIX export command - memory space
Hello,
I have 2 or more environment files, with identical variable names; see below: .env_file1 export PROJNAME="XYZ" export PROJID="2" .env_file2 export PROJNAME="WSX" export PROJID="9" .env_file(n) export PROJNAME="QAZ" export PROJID="12" The env files above will be sourced by scripts to use the variables in them, Now, if one of the scripts run concurrently with another script that used a different env. file, will there be any conflicts, in other words will the values get overriten by the next script? I guess my question is about memory space and how UNIX deal with such issue. Your help is so appreciated. Thanks, |
| Thread Tools | |
| Display Modes | |
|
|