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/csh.md Normal file
View File

@@ -0,0 +1,21 @@
# csh
> 使用类似C语言语法的命令行解释器shell
> 另见:`tcsh`。
> 更多信息:<https://www.mkssoftware.com/docs/man1/csh.1.asp>。
- 启动交互式shell会话
`csh`
- 启动不加载启动配置的交互式shell会话
`csh -f`
- 执行特定的[c]ommands
`csh -c "{{echo 'csh 被执行'}}"`
- 执行特定脚本:
`csh {{path/to/script.csh}}`