-
-
Save PolynomialDivision/b61518751693eb874e53036f75285c2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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