🔥
码云GVP开源项目 12k star
Uniapp+ElementUI 功能强大 支持多语言、二开方便!
广告
# shell十三问--shell教程(markdown 版本) > 作者:[wzb56](https://github.com/wzb56) > 来源:[13_questions_of_shell](https://github.com/wzb56/13_questions_of_shell)
介绍
1.何为shell
2.shell_prompt(PS1)与Carriage Return(CR)的关系
3.别人echo你也echo;是问echo知多少
4.__与''的差在哪
5.var=value问export前后的差在哪
6.exec跟source差在哪_
7.()与{}差在哪_
8.$(())与$()还有${}的差别在哪
9.$@与$_差在哪
10.&&与__差在哪
11._与_差在哪
12.你要if还是case呢
13.for与while还有until差在哪
14.wildcard
15.regular-expression
16.end