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

Arithmetic Expansion

Arithmetic expansion allows the evaluation of an arithmetic expression and the substitution of the result. The format for arithmetic expansion is:

$(( expression ))
-
-

The expression undergoes the same expansions as if it were within double quotes, but double quote characters in expression are not treated specially and are removed. All tokens in the expression undergo parameter and variable expansion, command substitution, and quote removal. The result is treated as the arithmetic expression to be evaluated. Arithmetic expansions may be nested.

The evaluation is performed according to the rules listed below (see Shell Arithmetic). If the expression is invalid, Bash prints a message indicating failure to the standard error and no substitution occurs.

-

- 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/Arithmetic-Expansion.html -

-
-- cgit v1.2.3