because adulthood is lonely

WallAboutListLeave

#219 — April 7, 2026 by Evan Chen

TIL that sed can delete all lines matching a pattern:

sed -i '/pattern/d'

I think I should learn more about sed.