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.

Bash 5.1

198 pointsby aleclmover 4 years ago

6 comments

tantalorover 4 years ago
Reminder that bash is maintained by one person, Chet Ramey. Thanks, Chet!
评论 #25514263 未加载
LeoPantheraover 4 years ago
I know that zsh is the hot new thing, but I've been using bash for about 30 years, and at this point, sheer inertia means it's unlikely I'll ever switch away. Long may it continue.
评论 #25493535 未加载
评论 #25492627 未加载
评论 #25493693 未加载
评论 #25493433 未加载
评论 #25492622 未加载
评论 #25492730 未加载
评论 #25494867 未加载
评论 #25493257 未加载
评论 #25494125 未加载
评论 #25495400 未加载
评论 #25494462 未加载
评论 #25493869 未加载
augustkover 4 years ago
For portability reasons I prefer to write POSIX shell scripts instead of Bash scripts:<p><a href="https:&#x2F;&#x2F;pubs.opengroup.org&#x2F;onlinepubs&#x2F;9699919799&#x2F;utilities&#x2F;V3_chap02.html" rel="nofollow">https:&#x2F;&#x2F;pubs.opengroup.org&#x2F;onlinepubs&#x2F;9699919799&#x2F;utilities&#x2F;V...</a>
评论 #25493927 未加载
评论 #25494088 未加载
评论 #25495823 未加载
pornelover 4 years ago
macOS keeps reminding me Apple has chosen tivoization over FLOSS:<p><pre><code> $ &#x2F;bin&#x2F;bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19) Copyright (C) 2007 Free Software Foundation, Inc.</code></pre>
评论 #25495115 未加载
评论 #25494148 未加载
评论 #25494812 未加载
评论 #25494083 未加载
评论 #25498832 未加载
jwrover 4 years ago
Let&#x27;s take a moment to remember, that while bash is good, there are other shells out there as well. UNIX is great in that it offers a choice, and we should not lock ourselves into a shell monoculture (similarly to how a web browser monoculture is bad for everyone in the end).<p>Some of us believe rather strongly that tcsh is way better, some of us prefer zsh, and that&#x27;s fine!<p>It&#x27;s a good idea to take a look at other shells, at least to know what&#x27;s out there and to make an educated choice, rather than use &quot;what most people use&quot;.<p>So, next time you write a script or instructions, please remember that not everyone uses &#x27;export&#x27;, and also that not every &#x2F;bin&#x2F;sh is a bash.
评论 #25493644 未加载
评论 #25498556 未加载
turminalover 4 years ago
My favourite part of the bash(1) man page is it&#x27;s BUGS section. Just the first sentence. Bash users should take a look at it from time to time.