wok annotate parallel/description.txt @ rev 25519

created recipes for libuv and libuv-dev 1.44.1
author Hans-G?nter Theisgen
date Fri Feb 24 15:35:59 2023 +0100 (16 months ago)
parents
children
rev   line source
Hans-G?nter@25090 1 GNU parallel is a shell tool for executing jobs in parallel
Hans-G?nter@25090 2 using one or more computers.
Hans-G?nter@25090 3 A job can be a single command or a small script that has to
Hans-G?nter@25090 4 be run for each of the lines in the input.
Hans-G?nter@25090 5 The typical input is a list of files, a list of hosts, a
Hans-G?nter@25090 6 list of users, a list of URLs, or a list of tables.
Hans-G?nter@25090 7 A job can also be a command that reads from a pipe. GNU
Hans-G?nter@25090 8 parallel can then split the input and pipe it into commands
Hans-G?nter@25090 9 in parallel.