Hacker News new | past | comments | ask | show | jobs | submit login

One of my favorite discoveries as well! I sometimes (rarely) compare archives with:

    diff <(tar tzf f1.tgz) <(tar tzf f2.tgz)
Or diffs of diffs:

    diff <(git diff --cached) the-patch-alice-proposed



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: