Umgebungsvariable Linux festlegen
vi ~/.bash_profile
vi ~/.bash_profile
# Linux - Bash
# syntax
# export *<variable-name>=*<variable-value>;
# example
export ORACLE_SID='sales_database';
# Use source or . instead of bash
source script.sh
# OR
. script.sh
$ export TEST_VAR