Persist variables (export + .bashrc)
A plain assignment lives in the current shell only. export hands a variable down to child processes. ~/.bashrc is what makes it survive a new shell.
Sign in to start the labA plain assignment lives in the current shell only. export hands a variable down to child processes. ~/.bashrc is what makes it survive a new shell.
Sign in to start the lab