linux 중복파일 (duplicated files) 찾기

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD

참고 사이트 : https://unix.stackexchange.com/questions/277697/whats-the-quickest-way-to-find-duplicated-files

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다