parallel 20161222-1.1 source package in Ubuntu

Changelog

parallel (20161222-1.1) unstable; urgency=medium

  * Non-maintainer upload
  * Update Vcs-* to point to salsa
  * Remove citation requirements completely (Closes: #905674)

 -- Didier Raboud <email address hidden>  Sat, 01 Dec 2018 23:18:34 +0100

Upload details

Uploaded by:
Rogério Theodoro de Brito
Uploaded to:
Sid
Original maintainer:
Rogério Theodoro de Brito
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe utils

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
parallel_20161222-1.1.dsc 1.7 KiB 4b93ac2fe4b6388b56b69084310e439b25c8b62355b0c54e109df5da86aa3ccd
parallel_20161222.orig.tar.bz2 1.3 MiB 2714be9b6957ce6ddb268e8aa97f463d8eac97e55612cc055ef030afd9c80fb2
parallel_20161222-1.1.debian.tar.xz 20.5 KiB 291c2213c84768883e3023cfaba62a5ea2b996d11a4944d416157785fdf2d011

Available diffs

No changes file available.

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.