Download List

Descripción del Proyecto

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. 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-23 10:24 Back to release list
20120122 ('Dead SOPA')

--encabezado ahora utiliza la primera línea de entrada como nombres de columna y, a continuación, puede utilizar {colname} como una cadena de reemplazo en el comando. (Esto también funciona con múltiples ":::" s.)--encabezado <regexp>coincide con un encabezado como una expresión regular y se repite el encabezado para cada bloque con--tubo. --reanudar se reanuda desde el último trabajo inacabado. (Esto es útil si dejar de GNU paralelo y reiniciarlo más tarde con los mismos argumentos). niceload ahora propaga correctamente el estado de salida. Han sido retirados las opciones -g, -B -T, - U, -W y -Y, como avisados hace seis meses.
--header now uses the first input line as column names, and you can then use {colname} as a replacement string in the command. (This also works with multiple ":::"s.) --header <regexp> matches a header as a regular expression and repeats the header for each block with --pipe. --resume resumes from the last unfinished job. (This is useful if you stop GNU Parallel and restart it later with the same arguments.) niceload now propagates the exit status correctly. The options -g, -B, -T, -U, -W, and -Y have been retired, as warned six months ago.

Project Resources