Terminal for Vibe Coders
Understand the terminal commands your AI coding tools run on your behalf. Interactive lessons with a built-in terminal emulator.
Understand What Your AI Is Doing
When you use Claude Code, Cursor, or other AI coding tools, they run terminal commands on your machine. Commands like find, grep, rm, and chmod fly by in the background — on Mac and Linux alike. Do you know what they do?
This free interactive course teaches you the essential terminal commands — not through dry theory, but with a real terminal you can type in right in your browser. Everything works the same on Mac and Linux. By the end, you'll understand every command your AI assistant runs.
"I kept seeing Claude run grep -rn 'TODO' src/ and had no idea what it was doing. Now I can read every command and know when something looks wrong."
What You'll Learn
- Navigate the filesystem —
cd,ls,pwd, and understand paths - Read and search files —
cat,grep,find, and when your AI uses them - Modify files safely —
mkdir,cp,mv,rm, and whyrm -rfis dangerous - Pipes and redirection — how commands chain together with
|,>,>> - Permissions and scripts —
chmod, shell scripts, and security basics - Spot dangerous commands — know when to say "no" to what your AI suggests
Course Curriculum
Welcome to the Terminal
Exploring Files & Directories
Finding Things
Moving, Copying & Deleting
Pipes, Redirection & Power Combos
Fetching & Permissions
Web Project Challenges
Final Assessment
Terminal Sandbox
Practice freely with a full terminal and command cheat sheet. No lessons, no tracking — just explore.
Who Is This Course For?
Vibe Coders
You build with AI tools but want to understand the commands running behind the scenes.
Career Changers
Breaking into tech and need to learn the fundamentals that boot camps skip over.
Curious Beginners
You've heard of "the terminal" and want a hands-on, no-pressure way to learn.
Ready to Understand the Terminal?
Start learning the commands your AI tools use every day. Interactive, free, and beginner-friendly.
Begin Module 1