topic: command line tools
Everything I’ve written on the subject, from the beginning of this version of the site.
-
2020
-
May
-
03
-
find, grep, xargs, and newlines and null—JOURNAL
Turns out
tr
is your friend for this kind of thing.
-
-
04
-
Follow-Up on Command-Line Finding and Filtering—JOURNAL
A simpler solution that doesn’t require
tr
… if you have GNU utils or other alternatives.
-
-
-
-
2024
-
Sep
-
19
-
Read the Manual: open —JOURNAL
open files and directories on macOS!
-
-
26
-
Read the Manual: less —JOURNAL
Sorry, “opposite of more” doesn’t tell me much.
-
-
-
Oct
-
03
-
Read the Manual: last —JOURNAL
A tiny tool I used for the first time in late September, 2024.
-
-
11
-
Read the Manual: cd—JOURNAL
One of the few Unix tools that actually follows the Unix philosophy! Mostly, anyway.
-
-
17
-
Read the Manual: du—JOURNAL
Disk utility. Not that Mac app you might be thinking of, the older one.
-
-
24
-
Read the Manual: rm—JOURNAL
Another old Unix standby… without too many extra flags.
-
-
31
-
Read the Manual: uptime—JOURNAL
It tells you how long your computer has been running. Handy, occasionally!
-
-
-
Nov
-
07
-
Read the Manual: pbcopy and pbpaste—JOURNAL
Two of my favorite command line tools: copy and paste to the macOS clipboard. (Actually to one of… several clipboards?)
-
-
14
-
Read the Manual: lsof—JOURNAL
Like
ls
, but it’s about open files instead of files in a directory. Neat!
-
-
21
-
Read the Manual: id—JOURNAL
When you need to know a bit more about how the system identifies a given user.
-
-
-
Dec
-
02
-
11
-
19
-
Shellcheck—NOTES
Your best friend if you have to write shell scripts.
-
-
20
-
fish shell v4 beta 1—NOTES
A bunch of small nice improvements… and a rewrite in Rust!
-
-
-
-
2025
-
Jan
-
22
-
jj tip: describe multiple revisions at once—NOTES
Revsets and filesets remain mind-blowing.
-
-
-
That’s it for this topic… but there are many, many more!