Skip to content

Instantly share code, notes, and snippets.

@stevekm
Created September 4, 2016 15:58
Show Gist options
  • Save stevekm/45a76ed129e4da7e39f2f1c1c85e61fa to your computer and use it in GitHub Desktop.
Save stevekm/45a76ed129e4da7e39f2f1c1c85e61fa to your computer and use it in GitHub Desktop.
md5 checksum of all your files
sudo find /media/steve/Orchard/home/steve/ -type f -exec md5sum {} \; > /home/steve/Orchard_files.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment