From charlesreid1

Revision as of 05:18, 4 April 2011 by Admin (talk | contribs) (Created page with "GNU Parallel is a handy program to replace loops and perform the loop tasks in parallel. It can also be thought of as a replacement for xargs. General information here: http://...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GNU Parallel is a handy program to replace loops and perform the loop tasks in parallel. It can also be thought of as a replacement for xargs.

General information here: http://en.wikipedia.org/wiki/Parallel_%28software%29

Download source code here: http://mac.freshmeat.net/projects/parallel/