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 --- .../major-differences-from-the-bourne-shell.html | 89 ---------------------- 1 file changed, 89 deletions(-) delete mode 100644 devdocs/bash/major-differences-from-the-bourne-shell.html (limited to 'devdocs/bash/major-differences-from-the-bourne-shell.html') diff --git a/devdocs/bash/major-differences-from-the-bourne-shell.html b/devdocs/bash/major-differences-from-the-bourne-shell.html deleted file mode 100644 index b57f21e8..00000000 --- a/devdocs/bash/major-differences-from-the-bourne-shell.html +++ /dev/null @@ -1,89 +0,0 @@ -

Appendix B Major Differences From The Bourne Shell

Bash implements essentially the same grammar, parameter and variable expansion, redirection, and quoting as the Bourne Shell. Bash uses the POSIX standard as the specification of how these features are to be implemented. There are some differences between the traditional Bourne shell and Bash; this section quickly details the differences of significance. A number of these differences are explained in greater depth in previous sections. This section uses the version of sh included in SVR4.2 (the last version of the historical Bourne shell) as the baseline reference.

More features unique to Bash may be found in Bash Features.

B.1 Implementation Differences From The SVR4.2 Shell

Since Bash is a completely new implementation, it does not suffer from many of the limitations of the SVR4.2 shell. For instance:

-

- 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/Major-Differences-From-The-Bourne-Shell.html -

-
-- cgit v1.2.3