如何更好的学习 shell 编程
能够用 shell 解决的各类实际问题。
https://www.reddit.com/r/linuxadmin/comments/8q99sk/advanced_bashscripting_guide_an_indepth/
> Here is what the bot in #bash on freenode has to say about the guide:
> The infamous “Advanced” Bash Scripting Guide should be avoided unless you know how to filter out the junk. It will teach you to write bugs, not scripts. In that light, the BashGuide was written: http://mywiki.wooledge.org/BashGuide
写 bug,学 ABSD 。
https://www.reddit.com/r/zsh/comments/536rdy/want_to_try_zsh_again_what_about_antibody/
wangdoc.com
https://www.reddit.com/r/commandline/comments/8q99nd/advanced_bashscripting_guide_an_indepth/e0hiuh1/
https://www.reddit.com/r/bash/comments/4l8w53/cash_library_of_function_review/d3lqqt4/
尽管大部分人都是草台班子,但学的话谁都想学好,不想学的是错误的写法,不是吗?
每次(查)用完, 再多 man 十分钟就行了.
这几个隐藏的命题我觉得都是值得商榷的
甚至
“shell 可以编程”
我觉得某种角度来说也不成立 :doge:
但是如果没有这样特定领域的命令行工具, 老老实实拿 py 写 lib 吧.
可以看看这个例子,多写写需求就练习好了。
ABSG 位列第一,可怕