We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e5261 commit f48b03bCopy full SHA for f48b03b
docs/Ch03/index.md
@@ -1127,6 +1127,10 @@ DESCRIPTION
1127
(Output omitted)
1128
```
1129
1130
+!!! tip "提示"
1131
+
1132
+ 对于单行的命令,可以使用 [Explain Shell](https://explainshell.com/) 解释命令和参数的含义、作用。
1133
1134
### tldr 软件 {#tldr}
1135
1136
通常,软件手册中的内容十分繁多,如果只是希望能够快速了解软件的常用用法,可以使用 `tldr` 软件。
docs/Ch06/index.md
@@ -969,8 +969,6 @@ Bash shell 本身提供了调试方法:
969
970
除了 Bash shell 内置的选项,还有 [BASH Debugger](http://bashdb.sourceforge.net/)、[shellcheck](https://github.com/koalaman/shellcheck) 等第三方脚本分析工具。
971
972
-对于单行的命令,可以使用 [Explain Shell](https://explainshell.com/) 解释命令和参数的含义、作用。
973
-
974
## 思考题 {#thinking-questions}
975
976
!!! question "I/O 重定向的小细节"
0 commit comments