Skip to content

Commit f48b03b

Browse files
committed
Move Explain Shell to Ch03 man pages
1 parent 14e5261 commit f48b03b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/Ch03/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,10 @@ DESCRIPTION
11271127
(Output omitted)
11281128
```
11291129

1130+
!!! tip "提示"
1131+
1132+
对于单行的命令,可以使用 [Explain Shell](https://explainshell.com/) 解释命令和参数的含义、作用。
1133+
11301134
### tldr 软件 {#tldr}
11311135

11321136
通常,软件手册中的内容十分繁多,如果只是希望能够快速了解软件的常用用法,可以使用 `tldr` 软件。

docs/Ch06/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,8 +969,6 @@ Bash shell 本身提供了调试方法:
969969

970970
除了 Bash shell 内置的选项,还有 [BASH Debugger](http://bashdb.sourceforge.net/)[shellcheck](https://github.com/koalaman/shellcheck) 等第三方脚本分析工具。
971971

972-
对于单行的命令,可以使用 [Explain Shell](https://explainshell.com/) 解释命令和参数的含义、作用。
973-
974972
## 思考题 {#thinking-questions}
975973

976974
!!! question "I/O 重定向的小细节"

0 commit comments

Comments
 (0)