elrzn / cl-digest-uniq-files

Recursively find files in a directory by extension, and group them by MD5 digest in an output directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cl-digest-uniq-files

Synopsis

(process-directory (make-pathname :directory '(:absolute "my" "source" "dir"))
                   (make-pathname :directory '(:absolute "my" "target" "dir"))
                   "png" "jpg" "gif")

License

ISC

About

Recursively find files in a directory by extension, and group them by MD5 digest in an output directory

License:ISC License


Languages

Language:Common Lisp 100.0%