Environments
env | display environments variables |
<variable name> = <var. content> | set a shell variable |
export <variable name> = <var. content> | create subshell with env variables |
source <file name> | akes available the variable in the file for the current shell |
echo ${<variable name>} | display the variables content |
export <variable name> | send the variable to the subshells |
Comments