Shell Variables Flashcards
1
Q
env
A
list out enviroment variables of the current logged in shell
2
Q
echo $VARIABLE
A
prints the value of VARIABLE to the screen
3
Q
set
A
list out all enviroment variables in alphabetical order
4
Q
VARIABLE=value
A
format for declaring new variable Bash
5
Q
export VARIABLE
A
exports variable and its value to other shell