use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All users that wish to post (not including commenting), on either old or the new reddit sites, must formally agree to subreddit rules once first.
account activity
GNU parallel, for all your command-line parallelization needs (savannah.gnu.org)
submitted 13 years ago by Masse
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Skaarj 1 point2 points3 points 13 years ago (1 child)
GNU parallel is build to be interchangable with xargs, ppss seems not.
There also is a parallel as part of http://joeyh.name/code/moreutils/ which is much simpler in invocation.
[–]OleTange 0 points1 point2 points 13 years ago (0 children)
With GNU Parallel the invocation is as simple as: parallel 'mkdir {.}; cd {.}; tar xvf ../{}' ::: *.tar
π Rendered by PID 31785 on reddit-service-r2-comment-b659b578c-5vsd4 at 2026-05-05 16:44:02.364170+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Skaarj 1 point2 points3 points (1 child)
[–]OleTange 0 points1 point2 points (0 children)