wok-current annotate parallel/description.txt @ rev 25529
created recipe for neovim-0.8.3
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 25 14:14:14 2023 +0100 (22 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. |