export VAR=value
Category: Shell & Bash
export VAR=value
Set an environment variable and export to child processes
Creates an environment variable and makes it available to any programs you launch from this shell. 'Export' shares it with child processes.