» Main »
GNU parallel - a shell tool for executing jobs in parallel locally or using remote computers
Published by Tim Cuthbertson
- Overview
This is a Zero Install feed. To add this program to your Applications menu, choose Zero Install -> Add New Program from the Applications menu. e.g. on Ubuntu:
If you don't see this menu item, install the zeroinstall-injector package from your distribution's repository, or from 0install.net.
Drag the feed's URL to the dialog box that appears. Other environments may use other systems. For example, if you are a ROX desktop user, drag the link to AddApp instead.
Alternatively, to run it from the command-line:
$ 0launch http://git.savannah.gnu.org/cgit/parallel.git/plain/packager/0install/parallel.xml
The 0alias command can be used to create a short-cut to run it again later.
If you don't have the 0launch command, download it from the 0install.net web-site, which also contains documentation about how the Zero Install system works.
- Full name
http://git.savannah.gnu.org/cgit/parallel.git/plain/packager/0install/parallel.xml
- Description
GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. If you use ppss or pexec you will find GNU parallel will often make the command easier to read. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs. For each line of input GNU parallel will execute command with the line as arguments. If no command is given, the line of input is executed. Several lines will be run in parallel. GNU parallel can often be used as a substitute for xargs or cat | sh.
- Homepage
- Available versions
The list below is just for information; Zero Install will automatically select one of these versions for you.
Version Released Stability Platform Download 20100620 2010-06-24 Any Download (88834 bytes) 20100906 2010-09-06 Any Download (122492 bytes) 20100922 2010-09-22 Any Download (125602 bytes) 20101113 2010-11-14 Any Download (133427 bytes) 20101202 2010-12-03 Any Download (148142 bytes) 20101222 2010-12-22 Any Download (151264 bytes) 20110122 2011-01-23 Any Download (157049 bytes) 20110205 2011-02-08 Any Download (159505 bytes) 20110322 2011-03-23 Any Download (163481 bytes) 20110422 2011-04-25 Any Download (165993 bytes) 20110522 2011-05-22 Any Download (170201 bytes) 20110622 2011-06-23 Any Download (174542 bytes) 20110722 2011-07-22 Any Download (179658 bytes) 20110822 2011-08-24 Any Download (182782 bytes) 20111022 2011-10-26 Any Download (182664 bytes) 20111122 2011-11-23 Any Download (183684 bytes) 20111222 2011-12-22 Any Download (184607 bytes) 20120122 2012-02-10 Any Download (187858 bytes) 20120222 2012-02-26 Any Download (222011 bytes) 20120322 2012-03-24 Any Download (224794 bytes) 20120422 2012-04-24 Any Download (224881 bytes) 20120522 2012-05-23 Any Download (226625 bytes) 20120622 2012-06-23 Any Download (228881 bytes) 20120722 2012-08-23 Any Download (230141 bytes) 20120822 2012-08-23 Any Download (231076 bytes) 20121022 2012-10-24 Any Download (235026 bytes) 20121222 2012-12-23 Any Download (237603 bytes) 20130122 2013-01-26 Any Download (238646 bytes) 20130422 2013-04-24 Any Download (241817 bytes) 20130522 2013-05-22 Any Download (242806 bytes) 20130622 2013-06-23 Any Download (243064 bytes) 20130722 2013-07-23 Any Download (245705 bytes) 20130822 2013-08-26 Any Download (270689 bytes) 20130922 2013-09-22 Any Download (769344 bytes) 20131022 2013-10-22 Any Download (772831 bytes) 20131222 2014-01-05 Any Download (817581 bytes) 20140122 2014-01-29 Any Download (821184 bytes) 20140322 2014-03-23 Any Download (837047 bytes) 20140422 2014-04-24 Any Download (850996 bytes) 20140522 2014-05-23 Any Download (853930 bytes) 20140622 2014-06-28 Any Download (870857 bytes) 20140922 2014-09-23 Any Download (945329 bytes) 20141022 2014-11-15 Any Download (954780 bytes) - Required libraries
This feed does not list any additional requirements.