Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 169 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 169 Bytes

Project

environment variable

printenv
echo $PATH
~/.bash-profile
export [variable_name]=[variable_value]
source ~/.bash-profile
unset [variable_name]