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.

GNU Parallel Tutorial

10 pointsby pi-ratover 2 years ago

3 comments

asicspover 2 years ago
Previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12943150" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12943150</a> <i>(165 points | Nov 13, 2016 | 65 comments)</i><p>See also: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=true&amp;query=GNU%20parallel&amp;sort=byPopularity&amp;type=story" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=true&amp;que...</a> one of which was <a href="https:&#x2F;&#x2F;vfoley.xyz&#x2F;parallel&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vfoley.xyz&#x2F;parallel&#x2F;</a> (Simple usage of GNU parallel)
bilekasover 2 years ago
Got lost about half way throught...<p>&gt; The replacement string {} can be changed with -I: parallel -I ,, echo ,, ::: A&#x2F;B.C<p>This is way too over my head maybe but what&#x27;s the utility of this in real world?<p>There are other examples i got lost on too.. Honestly struggling here.
评论 #34273412 未加载
WantonQuantumover 2 years ago
Wish I’d known about this about 3 months ago. Thanks OP!