Every Thursday (give or take!) I post a quick survey of interesting highlights from the manual page for a command line terminal. Hopefully this will help you build your toolbox!
Read the Manual
Weekly explorations of the man
pages for various command line tools.
-
2024
-
Nov
-
21
-
Read the Manual: id
When you need to know a bit more about how the system identifies a given user.
-
-
14
-
Read the Manual: lsof
Like
ls
, but it’s about open files instead of files in a directory. Neat!
-
-
07
-
Read the Manual: pbcopy and pbpaste
Two of my favorite command line tools: copy and paste to the macOS clipboard. (Actually to one of… several clipboards?)
-
-
-
Oct
-
31
-
Read the Manual: uptime
It tells you how long your computer has been running. Handy, occasionally!
-
-
24
-
Read the Manual: rm
Another old Unix standby… without too many extra flags.
-
-
17
-
Read the Manual: du
Disk utility. Not that Mac app you might be thinking of, the older one.
-
-
11
-
Read the Manual: cd
One of the few Unix tools that actually follows the Unix philosophy! Mostly, anyway.
-
-
03
-
Read the Manual: last
A tiny tool I used for the first time in late September, 2024.
-
-
-
Sep
-
26
-
Read the Manual: less
Sorry, “opposite of more” doesn’t tell me much.
-
-
19
-
Read the Manual: open
open files and directories on macOS!
-
-
-