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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Posix Shell List Implementation

1 点作者 seansh超过 1 年前

1 comment

stephenr超过 1 年前
This has the obvious issue that it assumes no entry has a newline character, but also POSIX recommends against use of `echo`, use `print -- &#x27;%s\n&#x27; &quot;$foo&quot;` instead<p><a href="https:&#x2F;&#x2F;pubs.opengroup.org&#x2F;onlinepubs&#x2F;9699919799&#x2F;utilities&#x2F;echo.html" rel="nofollow">https:&#x2F;&#x2F;pubs.opengroup.org&#x2F;onlinepubs&#x2F;9699919799&#x2F;utilities&#x2F;e...</a><p>But, it&#x27;s good to see people writing libraries for shell!