Skip to content

Instantly share code, notes, and snippets.

@liyu1981
Forked from anonymous/md5dir.sh
Created January 22, 2014 09:20
Show Gist options
  • Save liyu1981/8555807 to your computer and use it in GitHub Desktop.
Save liyu1981/8555807 to your computer and use it in GitHub Desktop.
find dir -type f -print0 | xargs -0 md5sum | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment