Local variables vs exported variables
A plain assignment lives in the current shell. export marks the variable so child processes inherit it. The same name behaves differently depending on which side of export you set it.
Sign in to start the labA plain assignment lives in the current shell. export marks the variable so child processes inherit it. The same name behaves differently depending on which side of export you set it.
Sign in to start the lab