Skip to content

Instantly share code, notes, and snippets.

@PolynomialDivision
Created June 13, 2023 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PolynomialDivision/b61518751693eb874e53036f75285c2e to your computer and use it in GitHub Desktop.
Save PolynomialDivision/b61518751693eb874e53036f75285c2e to your computer and use it in GitHub Desktop.
[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