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.

The Linux Command Line

120 pointsby lovestacoabout 1 year ago

7 comments

necrotic_compabout 1 year ago
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 未加载
asicspabout 1 year ago
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>
NoboruWatayaabout 1 year ago
This was the website that finally made the command line &quot;click&quot; for me (many years ago). A very good intro.
评论 #39974993 未加载
lazyantabout 1 year ago
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_e06about 1 year ago
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;
Zambyteabout 1 year ago
Linux has no command line :)
noahbergamascoabout 1 year ago
I have the book and love it!