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.

Ask HN: What are great resourcing to learn bash?

9 pointsby wpmoradiover 6 years ago

3 comments

yesenadamover 6 years ago
I made a one-page bash guide a few years ago, which is what I consult when I forget things (like string variable operators). Near the bottom of the page is a short list of the best books and websites I&#x27;ve found on the subject.<p><a href="http:&#x2F;&#x2F;www.adamponting.com&#x2F;mac-terminal&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.adamponting.com&#x2F;mac-terminal&#x2F;</a>
myworkhandleover 6 years ago
My goto: <a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;bash&#x2F;manual&#x2F;bashref.html" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;bash&#x2F;manual&#x2F;bashref.html</a><p>Create a script for something you&#x27;re currently typing out by hand.. Then use those commands for a script.. Expand from there.
评论 #18721063 未加载
hackermailmanover 6 years ago
The small 1984 book, The Unix Programming Environment by Kernighan and Pike. Still the best written tutorial of shell programming I&#x27;ve found.