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

249 B
Raw Permalink Blame History

导出

将 shell 变量导出到子进程。 更多信息:https://manned.org/export.1posix

  • 设置环境变量:

export {{VARIABLE}}={{value}}

  • 将路径名附加到环境变量 PATH

export PATH=$PATH:{{path/to/append}}