Skip to content

Instantly share code, notes, and snippets.

@vincejv
Created December 24, 2023 07:13
Show Gist options
  • Save vincejv/9997274613259939bd36c5256db496a9 to your computer and use it in GitHub Desktop.
Save vincejv/9997274613259939bd36c5256db496a9 to your computer and use it in GitHub Desktop.
Misc commands
# MD5 sum of a folder
find folder/ -type f -print0 | xargs -0 md5sum | md5sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment