>Usage
The export command in Unix is used to set environment variables, making them available to child processes spawned from the current shell session.
When you define a variable in a shell, it is by default local to the shell session. This means the variable is not accessible to any child processes or other shells. However, by using export, you make the variable available to any processes or programs launched from the current shell.
>Synopsis
export [option]
[argument]
>Options
>Quiz
Progress:
Question ? out of ?