diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/bash/compound-commands.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/bash/compound-commands.html')
| -rw-r--r-- | devdocs/bash/compound-commands.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/bash/compound-commands.html b/devdocs/bash/compound-commands.html deleted file mode 100644 index 1947e8a8..00000000 --- a/devdocs/bash/compound-commands.html +++ /dev/null @@ -1,6 +0,0 @@ -<h1 class="subsection">Compound Commands</h1> <p>Compound commands are the shell programming language constructs. Each construct begins with a reserved word or control operator and is terminated by a corresponding reserved word or operator. Any redirections (see <a href="redirections">Redirections</a>) associated with a compound command apply to all commands within that compound command unless explicitly overridden. </p> <p>In most cases a list of commands in a compound command’s description may be separated from the rest of the command by one or more newlines, and may be followed by a newline in place of a semicolon. </p> <p>Bash provides looping constructs, conditional commands, and mechanisms to group commands and execute them as a unit. </p> <ul class="section-toc"> <li><a href="looping-constructs" accesskey="1">Looping Constructs</a></li> <li><a href="conditional-constructs" accesskey="2">Conditional Constructs</a></li> <li><a href="command-grouping" accesskey="3">Grouping Commands</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/Compound-Commands.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Compound-Commands.html</a> - </p> -</div> |
