computer_knowledge_notes/Software/bash.md

17 lines
166 B
Markdown

```
bash [options] [cmd | file]
```
#### 选项
```
-e
-x
```
#### 参考资料
1. [bash手册](http://www.gnu.org/software/bash/manual/bash.html)
2. `man bash`