All Modules / Module 1 / Lesson 3 of 4

The difference between typing commands and programming

3 minute read

You Don't Need to Be a Programmer

When people see Terminal, they often think: "I'd need to learn programming for this."

Not true. Using Terminal is more like using a calculator than writing software.

Programming vs. Using Commands

Programming

  • Writing instructions from scratch
  • Requires understanding logic, variables, loops
  • You build the tool

Using Commands

  • Using tools that already exist
  • Requires knowing what to type
  • You use the tool

Think of It Like a Remote Control

You don't need to understand how a TV works to change the channel. You just press buttons.

Terminal commands are buttons. You learn which ones do what, and you press them when needed. That's it.

Try a Real Command

1

Type this to open your current folder in Finder:

open .

Finder just opened. You didn't program anything — you pressed a button with your keyboard instead of your mouse.

Key Takeaway

Using Terminal is not programming. It's pressing buttons with a keyboard. The tools already exist — you're just learning which buttons to press.