because adulthood is lonely

WallAboutLogLive feed

#219 — Apr 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.