wok diff parallel/description.txt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parallel/description.txt	Tue Aug 02 10:30:16 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +GNU parallel is a shell tool for executing jobs in parallel
     1.5 +using one or more computers.
     1.6 +A job can be a single command or a small script that has to
     1.7 +be run for each of the lines in the input.
     1.8 +The typical input is a list of files, a list of hosts, a
     1.9 +list of users, a list of URLs, or a list of tables.
    1.10 +A job can also be a command that reads from a pipe. GNU
    1.11 +parallel can then split the input and pipe it into commands
    1.12 +in parallel.