Skip to content

Instantly share code, notes, and snippets.

@PolynomialDivision
Created June 13, 2023 10:08
[nick@coolnew compare]$ tar -tf /tmp/file1.tar > /tmp/file1.list
[nick@coolnew compare]$ tar -tf /tmp/file2.tar > /tmp/file2.list
[nick@coolnew compare]$ diff -a -u /tmp/file1.list /tmp/file2.list
[nick@coolnew compare]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment