wok annotate parallel/description.txt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 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.