Skip to content

Instantly share code, notes, and snippets.

@tonglu
Created April 19, 2016 01:06
Show Gist options
  • Save tonglu/497e871a92dc9585432fcbcf82f56a50 to your computer and use it in GitHub Desktop.
Save tonglu/497e871a92dc9585432fcbcf82f56a50 to your computer and use it in GitHub Desktop.
for i in `ls .`; do;
md5 $i | cut -d' ' -f4 > $i.md5
done;
lapply(list.files(pattern = "md5$"), readLines)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment