TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

echo 'I wrote a Bash book' >> /dev/world

60 pointsby l0b0almost 4 years ago

7 comments

LambdaComplexalmost 4 years ago
I&#x27;m at the level where any Bash book&#x2F;guide&#x2F;etc that wants my attention needs to prove that it&#x27;s more useful than Greg&#x27;s Wiki.<p>Chances are, it isn&#x27;t.<p><a href="https:&#x2F;&#x2F;mywiki.wooledge.org&#x2F;BashGuide" rel="nofollow">https:&#x2F;&#x2F;mywiki.wooledge.org&#x2F;BashGuide</a><p><a href="https:&#x2F;&#x2F;mywiki.wooledge.org&#x2F;BashFAQ" rel="nofollow">https:&#x2F;&#x2F;mywiki.wooledge.org&#x2F;BashFAQ</a><p><a href="https:&#x2F;&#x2F;mywiki.wooledge.org&#x2F;BashPitfalls" rel="nofollow">https:&#x2F;&#x2F;mywiki.wooledge.org&#x2F;BashPitfalls</a>
评论 #28123872 未加载
Y_Yalmost 4 years ago
<i>Please refrain from appending to &#x2F;dev&#x2F;world as it is already a huge mess.</i>
评论 #28116390 未加载
评论 #28123879 未加载
评论 #28126950 未加载
sramsayalmost 4 years ago
I&#x27;m a huge fan of Bash, and am always interested in upping my skills. My only question is this: Is it better than the (free) <i>Bash Guide</i>?<p><a href="https:&#x2F;&#x2F;mywiki.wooledge.org&#x2F;FullBashGuide" rel="nofollow">https:&#x2F;&#x2F;mywiki.wooledge.org&#x2F;FullBashGuide</a><p>Because that is a pretty amazing resource.
评论 #28124666 未加载
Hittonalmost 4 years ago
Author didn&#x27;t write a book, he made a course.
评论 #28116203 未加载
评论 #28123896 未加载
hackthefenderalmost 4 years ago
&gt; It is not even theoretically possible to write a piece of software which will behave the same no matter how and where it is run.<p>Can you elaborate on that? I&#x27;m sure it&#x27;s both true and false depending on your definition of &quot;how and where it is run,&quot; but wondering what you had in mind specifically.
评论 #28115759 未加载
评论 #28116344 未加载
评论 #28123963 未加载
ape4almost 4 years ago
Slightly off topic, is there a nice&#x2F;modern way to deal with filenames that can have spaces in bash scripts? The only solutions I have seen use tons of quotes are are unreadable&#x2F;unmaintainable.
评论 #28116255 未加载
评论 #28116294 未加载
评论 #28121002 未加载
评论 #28116855 未加载
评论 #28124718 未加载
评论 #28116821 未加载
l0b0almost 4 years ago
This one hopefully has a bit of an original twist by being focused on maintainability and understanding some of why Bash is different from most programming languages, and by being aimed at software developers mainly working in other languages.<p>I&#x27;d like to write a follow-up article about the process of getting there if there&#x27;s any interest. AMA.