Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boywijnmaalen/6d701cbddef04ad79787d4da841f8094 to your computer and use it in GitHub Desktop.
Save boywijnmaalen/6d701cbddef04ad79787d4da841f8094 to your computer and use it in GitHub Desktop.
Generate MD5 Checksum for every file in a specific path #CLI #UNIX
$ find <path> -type f -exec md5sum {} + > sums.md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment