Skip to content

Instantly share code, notes, and snippets.

@jgamblin
Last active May 31, 2019 18:03
Show Gist options
  • Save jgamblin/d691687d23d945d04fa1fae1e17beedc to your computer and use it in GitHub Desktop.
Save jgamblin/d691687d23d945d04fa1fae1e17beedc to your computer and use it in GitHub Desktop.
MD5 CSV
sudo find ~/ -type f -print0 | xargs -0 md5 | sed 's/\MD5 (//g' | sed 's/) = /,/g' > ~/Desktop/md5.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment