grep, sed, and awk: a practical introduction for Mac users

You export a report from some web app and it hands you a 40,000-line CSV. You need three columns out of it, only the rows from last Tuesday, with one misspelled city name fixed throughout. You could open it in a spreadsheet, wait for the beachball, scroll, sort, find-and-replace, and export again. Or you could describe the whole job in one line of text and get the answer before the spreadsheet finishes loading. ...

August 8, 2026 · 10 min · Omar Crosby

Speed up terminal navigation with zoxide and fzf

A plain-language guide to zoxide (a smarter cd) and fzf (a general-purpose fuzzy finder) — what they are, how to install and configure each on its own, and how they combine into a terminal that feels like it can read your mind.

July 26, 2026 · 9 min · Omar Crosby