BASH
Bash Env Variable Defaults
In my previous blog post I explained a trick for setting bash env variables when you run a script. In this post I discuss how to write bash scripts that handle such variables properly.
read moreSetting env variables in /bin/bash
If you want to set an env variable in bash for only 1 command, here’s some bad ways to do it:
read more