mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:38:56 +08:00
274 B
274 B
export
Export shell variables to child processes. More information: https://manned.org/export.1posix.
- Set an environment variable:
export {{VARIABLE}}={{value}}
- Append a pathname to the environment variable
$PATH:
export PATH=$PATH:{{path/to/append}}