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.

Explaining Shell Commands in the Shell (2014)

54 pointsby japalmost 10 years ago

6 comments

tomkwokalmost 10 years ago
So it&#x27;s like a command line version of <a href="http:&#x2F;&#x2F;explainshell.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;explainshell.com&#x2F;</a> ...<p>And it seems like your site &#x2F; API backend is not open source. Do you plan to make an offline version?
评论 #9910433 未加载
评论 #9910761 未加载
heydonovanalmost 10 years ago
Awesome concept! I&#x27;ve never been a fan of looking up flags in another tab, and hunting down which ones are in use. Just seems like it should be an automatic process. The explainshell website is great, but it doesn&#x27;t work offline. Fish&#x27;s man page auto-completion is useful, but it lists all the flags, instead of the ones currently in use. If I could have this for every command out there, along with the binary&#x27;s location&#x2F;version at the top, I&#x27;d be a happy camper.
erikbalmost 10 years ago
Why does it say &quot;in the shell&quot; when the actual work is done by a web server? Sorry, I was just really curious how you grep&#x2F;awk&#x2F;sed through some man pages.
Vimlociraptoralmost 10 years ago
<a href="https:&#x2F;&#x2F;www.mankier.com&#x2F;?explain=%20sed%20-i#explain" rel="nofollow">https:&#x2F;&#x2F;www.mankier.com&#x2F;?explain=%20sed%20-i#explain</a> doesn&#x27;t parse sed right. <a href="http:&#x2F;&#x2F;explainshell.com&#x2F;explain?cmd=sed+-i" rel="nofollow">http:&#x2F;&#x2F;explainshell.com&#x2F;explain?cmd=sed+-i</a> works much better
grymoire1almost 10 years ago
I&#x27;m not sure why it is defined as a function when a shell script would work as well, and prevents .bashrc clutter.<p>Also it doesn&#x27;t understand traditional tar options, i.e. explain &#x27;tar xf filename&#x27;
ameliusalmost 10 years ago
Does it work with the &quot;find&quot; command, and its overly complicated way of processing arguments?
评论 #9911076 未加载