From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/bash/gnu-parallel.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/bash/gnu-parallel.html (limited to 'devdocs/bash/gnu-parallel.html') diff --git a/devdocs/bash/gnu-parallel.html b/devdocs/bash/gnu-parallel.html deleted file mode 100644 index 0cf034eb..00000000 --- a/devdocs/bash/gnu-parallel.html +++ /dev/null @@ -1,6 +0,0 @@ -

GNU Parallel

There are ways to run commands in parallel that are not built into Bash. GNU Parallel is a tool to do just that.

GNU Parallel, as its name suggests, can be used to build and run commands in parallel. You may run the same command with different arguments, whether they are filenames, usernames, hostnames, or lines read from files. GNU Parallel provides shorthand references to many of the most common operations (input lines, various portions of the input line, different ways to specify the input source, and so on). Parallel can replace xargs or feed commands from its input sources to several different instances of Bash.

For a complete description, refer to the GNU Parallel documentation, which is available at https://www.gnu.org/software/parallel/parallel_tutorial.html.

-

- Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
Licensed under the GNU Free Documentation License.
- https://www.gnu.org/software/bash/manual/html_node/GNU-Parallel.html -

-
-- cgit v1.2.3