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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Linux Command Line

120 点作者 lovestaco大约 1 年前

7 条评论

necrotic_comp大约 1 年前
Knowing the command line is one of those unsung critical skills of being a software engineer. Doesn&#x27;t really matter so much what flavor of command line you&#x27;re using (though bash is great for obvious reasons), but the ability to glue different, disparate commands together through pipes is one of the most efficient ways of getting throwaway work done. Heck, just knowing IFS=$&#x27;\n&#x27; and how to do a for loop will get you a <i>long</i> way.
评论 #39971303 未加载
评论 #39970092 未加载
评论 #39971855 未加载
asicsp大约 1 年前
Previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34161081">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34161081</a> <i>(250 points | Dec 29, 2022 | 106 comments)</i><p>I have a collection of resources for Linux CLI and Shell Scripting here: <a href="https:&#x2F;&#x2F;learnbyexample.github.io&#x2F;curated_resources&#x2F;linux_cli_scripting.html" rel="nofollow">https:&#x2F;&#x2F;learnbyexample.github.io&#x2F;curated_resources&#x2F;linux_cli...</a>
NoboruWataya大约 1 年前
This was the website that finally made the command line &quot;click&quot; for me (many years ago). A very good intro.
评论 #39974993 未加载
lazyant大约 1 年前
For people new to Linux see also <a href="https:&#x2F;&#x2F;linuxupskillchallenge.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;linuxupskillchallenge.org&#x2F;</a>
javier_e06大约 1 年前
Learning the linux command line is like learning to ride a racing bicycle with clip pedals.. here comes the red light.<p>&#x2F;bin&#x2F;true &amp;&amp; echo &quot;indeed&quot; &amp;&amp; &#x2F;bin&#x2F;false || echo &quot;uh?&quot;
Zambyte大约 1 年前
Linux has no command line :)
noahbergamasco大约 1 年前
I have the book and love it!