export

Export shell variables to child processes. More information: https://www.gnu.org/software/bash/manual/bash.html#index-export.

export VARIABLE=value

export -n VARIABLE

export -f FUNCTION_NAME

export PATH=$PATH:path/to/append

export -p