From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/bash/gnu-parallel.html | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100644 index 00000000..0cf034eb --- /dev/null +++ b/devdocs/bash/gnu-parallel.html @@ -0,0 +1,6 @@ +

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