add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,12 +1,12 @@
# export
# 导出
> 命令为当前 shell 中的子进程进行环境变量设置
> 更多信息:<https://manned.org/export.1posix>.
> shell 变量导出到子进程
> 更多信息:<https://manned.org/export.1posix>
- 设置环境变量:
`export {{变量名}}={{值}}`
`export {{VARIABLE}}={{value}}`
- 环境变量 `PATH` 追加一个路径名
- 将路径名附加到环境变量 `PATH`
`export PATH=$PATH:{{追加的 path 路径}}`
`export PATH=$PATH:{{path/to/append}}`