Files
tldr/pages.zh/common/export.md

12 lines
249 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 导出
> 将 shell 变量导出到子进程。
> 更多信息:<https://manned.org/export.1posix>。
- 设置环境变量:
`export {{VARIABLE}}={{value}}`
- 将路径名附加到环境变量 `PATH`
`export PATH=$PATH:{{path/to/append}}`