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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Explain shell

329 点作者 royalharsh95超过 6 年前

17 条评论

BossingAround超过 6 年前
Explain shell is something that has helped me a lot, but the situation of needing it left me baffled for so long... Why can&#x27;t I search by command + flag? For example, I know what command A does, but I&#x27;m not sure what flag C means. I can search for man A, but why can&#x27;t I search man A --flag C to get only the relevan portion of the manpage?<p>This has baffled me for years. I&#x27;d have guessed that discoverability and documentation would be a core functionality and focus of open source developers.<p>Also, if I find a command which flag is not explained by explain shell, is there some source I can create PR to? Some DB, where I could propose the addition..?
评论 #19127037 未加载
评论 #19128076 未加载
评论 #19127441 未加载
mitchtbaum超过 6 年前
Reminds me of:<p>- <a href="http:&#x2F;&#x2F;worrydream.com&#x2F;KillMath&#x2F;" rel="nofollow">http:&#x2F;&#x2F;worrydream.com&#x2F;KillMath&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;regexr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;regexr.com&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;simple.wikipedia.org&#x2F;wiki&#x2F;List_of_mathematical_symbols" rel="nofollow">https:&#x2F;&#x2F;simple.wikipedia.org&#x2F;wiki&#x2F;List_of_mathematical_symbo...</a><p>- <a href="https:&#x2F;&#x2F;rpi.edu&#x2F;dept&#x2F;math&#x2F;ms_graduate&#x2F;resources&#x2F;SayingMath.pdf" rel="nofollow">https:&#x2F;&#x2F;rpi.edu&#x2F;dept&#x2F;math&#x2F;ms_graduate&#x2F;resources&#x2F;SayingMath.p...</a>
emit_time超过 6 年前
Explains Hell
评论 #19140949 未加载
_they超过 6 年前
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6834791" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6834791</a>
评论 #19126669 未加载
评论 #19125540 未加载
reilly3000超过 6 年前
Welp, I still don&#x27;t know what :(){ :|:&amp; };: exactly does, but it sure borked my WSL. Error: 0x80070040 after forking too many processes.<p>I know comment moderation sucks, but it would be great to have some kind of wiki&#x2F;comment system&#x2F;human generated notes on popular commands.
评论 #19127057 未加载
评论 #19127056 未加载
评论 #19126980 未加载
评论 #19127324 未加载
评论 #19128851 未加载
评论 #19127518 未加载
评论 #19128144 未加载
asicsp超过 6 年前
Inspired by this site, I made a handy shell script[0] for use from cli - good enough to lookup documentation for options from man&#x2F;help pages. Doesn&#x27;t cover all the features offered by explainshell, there are issues with some corner cases and tested only on Ubuntu<p>[0]<a href="https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;command_help" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;command_help</a>
freecodyx超过 6 年前
What I like most about this kind of posts. Is that users will share other alternatives and gems. Not disspointed
tptacek超过 6 年前
This is great, but the man page for pipes is probably not helpful to the kinds of people who benefit from this tool.
monkpit超过 6 年前
Can’t view the page on iPhone 6 and safari. Doesn’t let you zoom out to see the whole page at once.
评论 #19126281 未加载
noir_lord超过 6 年前
<a href="https:&#x2F;&#x2F;explainshell.com&#x2F;explain?cmd=rsync+--progress+-avr+-e+%27ssh+-p47999%27+" rel="nofollow">https:&#x2F;&#x2F;explainshell.com&#x2F;explain?cmd=rsync+--progress+-avr+-...</a><p>This is really well done, what a neat resource.
amelius超过 6 年前
This is convenient but I still stand by the statement I made here:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16085604" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16085604</a>
评论 #19128822 未加载
mladen5超过 6 年前
I love this so much. Its perfect tool for developers, i don&#x27;t know how i didn&#x27;t encounter this sooner, it exists for more then 5 years.
platz超过 6 年前
There&#x27;s also <a href="https:&#x2F;&#x2F;www.shellcheck.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.shellcheck.net&#x2F;</a>
colordrops超过 6 年前
A command line version would be great.
评论 #19126563 未加载
lolikoisuru超过 6 年前
The only thing one should gather from these threads is that mos people on this site are completely incapable of using the shell and are too lazy to learn it.
评论 #19140975 未加载
gatewaynode超过 6 年前
Why is the first example a fork bomb?!?
评论 #19129380 未加载
bernardv超过 6 年前
Nicely done