export

Command to mark shell variables in the current environment to…

export

Command to mark shell variables in the current environment to be exported with any newly forked 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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← expand expose →