Unix command interpreter and shell scripting language
Bourne-Again SHell, a UNIX command interpreter
bash
$ bash
$ bash script.sh
$ bash -c 'echo Hello World && ls -la'