TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are great resourcing to learn bash?

9 点作者 wpmoradi超过 6 年前

3 条评论

yesenadam超过 6 年前
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>
myworkhandle超过 6 年前
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 未加载
hackermailman超过 6 年前
The small 1984 book, The Unix Programming Environment by Kernighan and Pike. Still the best written tutorial of shell programming I&#x27;ve found.