summaryrefslogtreecommitdiff
path: root/devdocs/bash/gnu-parallel.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/bash/gnu-parallel.html
new repository
Diffstat (limited to 'devdocs/bash/gnu-parallel.html')
-rw-r--r--devdocs/bash/gnu-parallel.html6
1 files changed, 6 insertions, 0 deletions
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 @@
+<h1 class="subsection">GNU Parallel</h1> <p>There are ways to run commands in parallel that are not built into Bash. GNU Parallel is a tool to do just that. </p> <p>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 <code>xargs</code> or feed commands from its input sources to several different instances of Bash. </p> <p>For a complete description, refer to the GNU Parallel documentation, which is available at <a href="https://www.gnu.org/software/parallel/parallel_tutorial.html">https://www.gnu.org/software/parallel/parallel_tutorial.html</a>. </p><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.<br>Licensed under the GNU Free Documentation License.<br>
+ <a href="https://www.gnu.org/software/bash/manual/html_node/GNU-Parallel.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/GNU-Parallel.html</a>
+ </p>
+</div>