Hacker News new | ask | show | jobs
by jquast 4121 days ago
one of my favorites is using diff across output of two programs, diff thinks they are files:

diff -u <(zipinfo archive.zip.bak) <(zipinfo archive.zip)