Concept Flow - export command
Start shell session
Define variable
Use export command
Variable added to environment
Child processes inherit variable
End
The export command marks a shell variable to be passed to child processes, making it part of the environment.