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/shell-syntax.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/bash/shell-syntax.html (limited to 'devdocs/bash/shell-syntax.html') diff --git a/devdocs/bash/shell-syntax.html b/devdocs/bash/shell-syntax.html deleted file mode 100644 index 7f31b8dd..00000000 --- a/devdocs/bash/shell-syntax.html +++ /dev/null @@ -1,6 +0,0 @@ -

Shell Syntax

When the shell reads input, it proceeds through a sequence of operations. If the input indicates the beginning of a comment, the shell ignores the comment symbol (‘#’), and the rest of that line.

Otherwise, roughly speaking, the shell reads its input and divides the input into words and operators, employing the quoting rules to select which meanings to assign various words and characters.

The shell then parses these tokens into commands and other constructs, removes the special meaning of certain words or characters, expands others, redirects input and output as needed, executes the specified command, waits for the command’s exit status, and makes that exit status available for further inspection or processing.

-

- 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/Shell-Syntax.html -

-
-- cgit v1.2.3