diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/bash/shell-commands.html | |
new repository
Diffstat (limited to 'devdocs/bash/shell-commands.html')
| -rw-r--r-- | devdocs/bash/shell-commands.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/bash/shell-commands.html b/devdocs/bash/shell-commands.html new file mode 100644 index 00000000..679332f7 --- /dev/null +++ b/devdocs/bash/shell-commands.html @@ -0,0 +1,6 @@ +<h1 class="section">Shell Commands</h1> <p>A simple shell command such as <code>echo a b c</code> consists of the command itself followed by arguments, separated by spaces. </p> <p>More complex shell commands are composed of simple commands arranged together in a variety of ways: in a pipeline in which the output of one command becomes the input of a second, in a loop or conditional construct, or in some other grouping. </p> <ul class="section-toc"> <li><a href="reserved-words" accesskey="1">Reserved Words</a></li> <li><a href="simple-commands" accesskey="2">Simple Commands</a></li> <li><a href="pipelines" accesskey="3">Pipelines</a></li> <li><a href="lists" accesskey="4">Lists of Commands</a></li> <li><a href="compound-commands" accesskey="5">Compound Commands</a></li> <li><a href="coprocesses" accesskey="6">Coprocesses</a></li> <li><a href="gnu-parallel" accesskey="7">GNU Parallel</a></li> </ul><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 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/Shell-Commands.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Shell-Commands.html</a> + </p> +</div> |
