Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / sysutils / parallel / pkg-descr
1 GNU Parallel is a shell tool for executing jobs in parallel using one
2 or more machines. A job is typically a single command or a small
3 script that has to be run for each of the lines in the input. The
4 typical input is a list of files, a list of hosts, a list of users, or
5 a list of tables.
6
7 If you use xargs today you will find GNU Parallel very easy to use. If
8 you write loops in shell, you will find GNU Parallel may be able to
9 replace most of the loops and make them run faster by running jobs in
10 parallel. If you use ppss or pexec you will find GNU Parallel will
11 often make the command easier to read.
12
13 GNU Parallel also makes sure output from the commands is the same
14 output as you would get had you run the commands sequentially. This
15 makes it possible to use output from GNU Parallel as input for other
16 programs.
17
18 WWW: http://www.gnu.org/software/parallel/