Skip to content

Instantly share code, notes, and snippets.

@stigtsp
Created August 17, 2024 11:21
Show Gist options
  • Save stigtsp/f234d86665e47f0197d2199a9d248986 to your computer and use it in GitHub Desktop.
Save stigtsp/f234d86665e47f0197d2199a9d248986 to your computer and use it in GitHub Desktop.
b2 checksum on all files in large dir
find . -type f -print0 | sort -z | xargs -0 b2sum -- > /tmp/b2sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment