You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alebcay/awesome-shell: A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php. https://github.com/alebcay/awesome-shell
👷
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: