wok-current annotate parallel/description.txt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 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.