From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- .../major-differences-from-the-bourne-shell.html | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create 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 new file mode 100644 index 00000000..b57f21e8 --- /dev/null +++ b/devdocs/bash/major-differences-from-the-bourne-shell.html @@ -0,0 +1,89 @@ +

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