parallel 20121122-0ubuntu1~ubuntu12.04.1 source package in Ubuntu

Changelog

parallel (20121122-0ubuntu1~ubuntu12.04.1) precise-backports; urgency=low

  * No-change backport to precise (LP: #1068399)
 -- Iain Lane <email address hidden>   Tue, 16 Apr 2013 09:32:54 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe utils

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
parallel_20121122.orig.tar.bz2 230.8 KiB 0315336141612ba2ec1f76e6c8c58a72f4531777c96b79b91ef64b3980be584f
parallel_20121122-0ubuntu1~ubuntu12.04.1.debian.tar.gz 3.8 KiB 96bdf5ffa3ac2b19e412ba4902652ed70acb105330c479bc0ce0b0c18a0cbff1
parallel_20121122-0ubuntu1~ubuntu12.04.1.dsc 2.0 KiB 40a42835775bbffeaea82b3f0391e205ce889aa39bbe166321ed949f46bdef7b

View changes file

Binary packages built by this source

parallel: build and execute command lines from standard input in parallel

 GNU Parallel is a shell tool for executing jobs in parallel using one
 or more machines. 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, or
 a list of tables.
 .
 If you use xargs today you will find GNU Parallel very easy to use. 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 jobs in
 parallel. If you use ppss or pexec you will find GNU Parallel will
 often make the command easier to read.
 .
 GNU Parallel also 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.