Skip to content

Instantly share code, notes, and snippets.

@PolynomialDivision
Created June 13, 2023 10:05
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/d2914419dff83c914f51ad34ef08afb8 to your computer and use it in GitHub Desktop.
Save PolynomialDivision/d2914419dff83c914f51ad34ef08afb8 to your computer and use it in GitHub Desktop.
[nick@coolnew compare]$ xzcat olsrd-2023-06-12-a9b3f1ac.tar.xz > /tmp/file1.tar
[nick@coolnew compare]$ xzcat dockerbla/olsrd-2023-06-12-a9b3f1ac.tar.xz > /tmp/file2.tar
[nick@coolnew compare]$ sha256sum /tmp/file*.tar
829833569b1dd8d6067b0901b2bffe1be3feb04b35064bd4ae965db9e6932f46 /tmp/file1.tar
e0d8c15da3afa856d069115449e64820f92f8c954389f1174b20fb042a965408 /tmp/file2.tar
[nick@coolnew compare]$ diff -u /tmp/file1.tar /tmp/file2.tar
Binary files /tmp/file1.tar and /tmp/file2.tar differ
[nick@coolnew compare]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment