unix export – POFTUT

Linux Bash Shell Export Tutorial with Examples

Bash is a shell and a simple programming shell too. There are a lot of variables built-in or externally specified. If a variable is specified externally making this variable system-wide available is a problem. The export command makes variables available system-wide by propagating to the subshells. An exported variable would not be available to the … Read more