The anatomy of a command-line program

Bobby Jack
In Command
Published in
2 min readFeb 10, 2022

--

Running a command line program can be as simple as typing its name which can be as short as a single letter:

~ $ w
14:40 up 13 days, 3:20, 11 users, load averages: 5.06 4.65 4.50
USER TTY FROM LOGIN@ IDLE WHAT
bobby console - 28Jan22 13days -
...
w is a program that tells you who’s logged in and what they’re doing

It’s rarely that simple, though. When a command involves running a program, it’s…

--

--

Bobby Jack
In Command

Technologist & writer, Bobby is an Editor at consumer tech site makeuseof.com and ex-Editor-in-Chief of Switch Player Magazine. Read lots more at bobbyjack.me.