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.

Replacing 12 Powerful Linux Bash Commands with Go

2 pointsby GolangProjectover 3 years ago

1 comment

laumarsover 3 years ago
This isn’t a particularly high quality article. First example should just be<p><pre><code> fmt.Println(&quot;Go&quot;, &quot;is great!&quot;) </code></pre> Also the author either misunderstands what bash is or is dumbing the jargon down so much that they’re misleading the readers what bash is. However most of the “bash commands” are not bash builtins but rather Linux coreutils. Those same commands would work the same in any shell on any OS with the GNU coreutils installed. But they wouldn’t work on any system running Bash and an alternate coreutils.<p>If one wants to learn go there are much better resources online.
评论 #30039287 未加载