Differences between revisions 1 and 2
Revision 1 as of 2017-10-20 04:28:06
Size: 481
Comment:
Revision 2 as of 2017-10-20 05:17:27
Size: 478
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Bash is a POSIX shell (`sh(1)` compatible) command interpreter.`
Many useful features have been added with inspiration drawn from the Korn & C shells.`
New and unique extensions are occasionally added to the shell.`
There is also support for custom run-time extensions via the [[enable]] [[builtin]] command.`
Bash may be compiled to be POSIX compliant by default as specified by the [[Shell and Utilities]] portion of the [[POSIX]] specification (IEEE Standard 1003.1).`
Bash is a POSIX shell (`sh(1)` compatible) command interpreter.
Many useful features have been added with inspiration drawn from the Korn & C shells.
New and unique extensions are occasionally added to the shell.
There is also support for custom run-time extensions via the [[enable]] [[builtin]] command.
Bash may be compiled to be POSIX compliant by default as specified by the [[Shell and Utilities]] portion of the [[POSIX]] specification `(IEEE Standard 1003.1)`.

Bash is a POSIX shell (sh(1) compatible) command interpreter. Many useful features have been added with inspiration drawn from the Korn & C shells. New and unique extensions are occasionally added to the shell. There is also support for custom run-time extensions via the enable builtin command. Bash may be compiled to be POSIX compliant by default as specified by the Shell and Utilities portion of the POSIX specification (IEEE Standard 1003.1).

bash/description (last edited 2017-10-20 05:17:27 by Robert Robertson)