finddupc 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #!/bin/bash DIRECTORY=${1} if [ ${#} -ne 1 ] then echo "Usage : $0 directory" fi ################################## ## Get Checksum of file ## ## checksum=`md5sum file` ## ##################################