pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -23,15 +23,3 @@
- 执行脚本文件,并在第一个错误处终止:
`bash -e {{file.sh}}`
- 从输入(`stdin`)读取命令:
`bash -s`
- 将跟随的所有选项原样传递到要执行的脚本文件(可与`-s`选项共用来将选项传递到来自输入的命令 / 脚本):
`bash --`
- 打印 bash 的版本信息(使用`echo $BASH_VERSION`来获得纯粹的版本字符串):
`bash --version`