We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bash/Shell
Google Shell Style Guide
ctrl + x, ctrl + e
test
[
[[
((
if-then-else
看文章、了解Tips完全不能替代系统学习才能真正理解并专业开发!
Bash
Bash 4
man
更多参见 书籍豆列 Bash/Shell
The text was updated successfully, but these errors were encountered:
这28个值得收藏的shell脚本能让你每天摸鱼近7个小时! https://segmentfault.com/a/1190000040383463
Sorry, something went wrong.
+ add dev guide #64
cb88d22
e755d92
e500efb
oldratlee
No branches or pull requests
👷
Bash/Shell
最佳实践与安全编程Google Shell Style Guide
https://www.xshell.net/shell/1577.html
http://kodango.com/shell-script-style
http://blog.jobbole.com/93447/
为何执行不过去呢?脚本需要什么参数吗 #57 (comment)
http://redsymbol.net/articles/unofficial-bash-strict-mode/
https://github.com/koalaman/shellcheck
🎶 Tips
https://linuxtoy.org/archives/bash-shortcuts.html
补充:
ctrl + x, ctrl + e
就地打开文本编辑器来编辑当前命令行,对于复杂命令行特别有用https://coolshell.cn/articles/8883.html
test
、[
、[[
、((
、和if-then-else
解密https://www.ibm.com/developerworks/cn/linux/l-bash-test.html
https://dwheeler.com/essays/filenames-in-shell.html
http://kodango.com/understand-ifs
http://smilejay.com/2011/12/bash_ifs/
http://blog.jobbole.com/72185/
http://kodango.com/avoid-repeated-source-in-shell
http://kodango.com/a-strange-echo-result
http://kodango.com/config-file-format-in-shell
http://kodango.com/bash-functions
http://kodango.com/get-function-name-in-bash
https://www.xshell.net/shell/bash_zsh.html
💎 系统学习
看文章、了解Tips完全不能替代系统学习才能真正理解并专业开发!
力荐!说明简单直接结构体系的佳作,专业
Bash
编程必备!且更新到了新版的Bash 4
上面那本的展开版
man
的中文译文)http://ahei.info/chinese-bash-man.htm
官方文档,讲得全面且有深度,比如会全面地讲解不同转义的区别、命令的解析过程,这有助统一深入的方式认识Bash整个执行方式和过程。这些内容在其它书中往往不会讲(因为复杂难于深入浅出的讲解),但却一通百通的关键。
https://github.com/alebcay/awesome-shell
http://kodango.com/useful-documents-about-shell
更多参见 书籍豆列
Bash/Shell
The text was updated successfully, but these errors were encountered: