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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Using the Unix Chainsaw: Named Pipes and Process Substitution

10 点作者 jlkinsel将近 12 年前

1 comment

turnersd将近 12 年前
Awesome - I never new about process substitution. I wanted to convince myself I knew what it was doing, so I started kicking this around a bit. I expected the first command to output &quot;test.&quot; I&#x27;m not sure I can explain these results:<p><pre><code> $ echo &lt;(echo test) &#x2F;dev&#x2F;fd&#x2F;63 $ cat &lt;(echo test) test</code></pre>
评论 #6190339 未加载