Friday, 14 December 2012
Calling find and md5 hash function ignoring .svn directories
$ find . -path '*/.svn' -prune -o -type f -exec md5 {} \;
Newer Post
Older Post
Home