# Shell

The program inside the terminal that reads your commands and runs them — bash and zsh are the common ones.

Also called: shell, bash, zsh.

## Covered in these lessons

- [What a terminal actually is](https://zero2vibecode.com/learn/terminal-basics/0-1-what-is-a-terminal)
- [Your first command](https://zero2vibecode.com/learn/terminal-basics/0-3-your-first-command)
- [Finding files: find](https://zero2vibecode.com/learn/terminal-basics/3-1-finding-files-with-find)
- [What node and npm actually are](https://zero2vibecode.com/learn/terminal-basics/4-1-what-node-and-npm-are)

Source: https://zero2vibecode.com/glossary/shell
