Differences between revisions 37 and 38
Revision 37 as of 2016-05-02 17:29:37
Size: 658
Editor: GreyCat
Comment: spam
Revision 38 as of 2021-10-23 02:22:53
Size: 658
Editor: emanuele6
Comment: avoid `Redirected from page "bashism"' message
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
[[bashism]] [[Bashism]]

Bash is the GNU project's Bourne Again SHell. It's the de facto standard shell on most GNU/Linux distributions, and therefore the first shell that most newcomers to Unix/Linux tend to see these days.

Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh).

Bash is intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).

See Also

Bashism


CategoryShell

BASH (last edited 2021-10-23 02:22:53 by emanuele6)