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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Replacing 12 Powerful Linux Bash Commands with Go

2 点作者 GolangProject超过 3 年前

1 comment

laumars超过 3 年前
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 未加载