~/VibeHandbook
$39

Chapter 02

The Command Line

The first time you watch an AI coding tool do its work, a black window fills with text scrolling past, and a blinking cursor waits for you to type. That window is the command line. For a lot of non-coders it's the scariest part of the whole journey — it looks like the movies, like one wrong move will erase your hard drive. It won't. The command line is just a different way of telling your computer what to do: with words instead of clicks.

This chapter demystifies it. You don't need to memorize a hundred commands. You need to understand what's happening, recognize a handful of everyday commands, and know how to safely run the ones an AI hands you. That's enough to stop being afraid and start being effective.

  1. 02.1What the terminal and shell actually are
  2. 02.2Reading the prompt
  3. 02.3The everyday commands
  4. 02.4Running a program and a dev server
  5. 02.5Reading output and exit codes
  6. 02.6Stopping a process with Ctrl-C
  7. 02.7PATH and "command not found"
  8. 02.8Running commands the AI gives you — safely
  9. 02.9Package managers you'll meet
  10. 02.10Recap & Practice

Want it offline?

Get the PDF + EPUB + downloadable prompt library + version updates.

$ Get the PDF — $39