Promptles
Automation & Scripting

Shell

beginner

Definition

The text-based interface where you type commands for your computer to execute. It's called a 'shell' because it wraps around the operating system's core. Common shells include Bash (Linux/Mac) and PowerShell (Windows). Claude Code runs inside a shell.

In the wild

When you open Terminal on a Mac or Command Prompt on Windows, you're using a shell. Typing 'ls' lists files, 'cd projects' changes directory, and 'node app.js' runs a JavaScript program: all through the shell.

More from Automation & Scripting