Package: parallel
Version: 20090803-1
Architecture: all
Maintainer: Ole Tange <ole@tange.dk>
Installed-Size: 80
Depends: perl-modules
Section: utils
Priority: extra
Homepage: https://savannah.nongnu.org/projects/parallel/
Description: build and execute command lines from standard input in parallel
 Build and execute command lines from standard input in
 parallel similar to xargs
 .
 For each line of input parallel will execute command with the line as
 arguments. If no command is given the line of input is executed.
 parallel can often be used as a substitute for xargs or cat | sh.
 .
 Several lines will be run in parallel.
