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

21
pages.zh/common/sh.md Normal file
View File

@@ -0,0 +1,21 @@
# sh
> Bourne shell标准命令语言解释器。
> 另请参见 `histexpand` 以进行历史扩展。
> 更多信息:<https://manned.org/sh>。
- 启动一个交互式 shell 会话:
`sh`
- 执行一个命令然后退出:
`sh -c "{{command}}"`
- 执行一个脚本:
`sh {{path/to/script.sh}}`
-`stdin` 读取并执行命令:
`sh -s`