Skip to content

Instantly share code, notes, and snippets.

@Vulcalien
Created November 4, 2023 13:24
Show Gist options
  • Select an option

  • Save Vulcalien/96a372209ea09b1f38d26a9a70075b73 to your computer and use it in GitHub Desktop.

Select an option

Save Vulcalien/96a372209ea09b1f38d26a9a70075b73 to your computer and use it in GitHub Desktop.
Call 'md5sum' on all files inside a directory and subdirectories
#!/bin/sh
find "$1" -type f -exec md5sum "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment