Programming language · 1989
Bash
GNU Project implementation of the standard Unix shell.
Official site ›What is Bash written in?
What Bash is used for
Bash is the default shell on most Linux and macOS systems, and the everyday language of automation: install scripts, build and deploy pipelines, and gluing command-line tools together.
Notable use: the startup, build, and CI scripts behind a huge share of servers and developer machines.
Quick Facts
- Designed by
- Brian Fox
- Developer
- GNU Project
- First released
- 1989
- Typing
- dynamic
- License
- GNU General Public License v3.0 or later
- Website
- www.gnu.org/software/bash
About Bash
Bash is a GNU Project implementation of the standard Unix shell. It is a dynamically typed language. It supports scripting and imperative programming.
Bash first appeared in 1989 and was designed by Brian Fox. Development is led by GNU Project.
How Bash is implemented
In the Language Lineage dataset, its runtime is implemented in C.
Bash in the language family tree
Bash drew on ideas from C and Bourne Shell.
Sources: Wikipedia · Wikidata · Official site