[리눅스] 중복 파일 찾기(검색)

리눅스에서 중복된 파일을 찾는 것은 find 명령어를 사용하면 된다.


중복 파일 찾기
find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD



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







Written by dukgun.com

Post a Comment

다음 이전