Month: April 2009
How to Distinguish Environment Variables from Different Shells in “bash”?
Every instance of the command line shell (thus every process) on Unix (and hence Linux) has a different set of environment variables. Actually different shell instances you may have the same variable, but set to different values. If you are doing a system wide job and you are using shell scripting, you would like to…
Read More “How to Distinguish Environment Variables from Different Shells in “bash”?” »