# fclones - 효율적인 중복 파일 파인더

> Clean Markdown view of GeekNews topic #6606. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6606](https://news.hada.io/topic?id=6606)
- GeekNews Markdown: [https://news.hada.io/topic/6606.md](https://news.hada.io/topic/6606.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-05-24T10:25:45+09:00
- Updated: 2022-05-24T10:25:45+09:00
- Original source: [github.com/pkolaczk](https://github.com/pkolaczk/fclones)
- Points: 15
- Comments: 1

## Topic Body

- 똑같은 파일을 찾아서 제거해주는 커맨드라인 유틸리티  
- 다양한 옵션 지원   
  - 중복 파일 찾기 : N개 이상의 중복 파일, 단일 파일, N개 이하인 파일  
  - 검색할 파일들 선택 : 여러 폴더, 파일 리스트, 재귀, glob 필터링, 파일 크기   
- Unix 유틸들과 연동되며, JSON으로 결과 출력  
- dry-run 옵션 지원  
- Rust 오픈소스   
- 다양한 OS에서 작동하지만 Linux에서 가장 잘 동작

## Comments



### Comment 10116

- Author: 525hm
- Created: 2022-05-24T10:32:35+09:00
- Points: 3

별개로 Windows에서 쭉 보기에는 https://www.voidtools.com/ko-kr/ Everything에서 "sizedupe:" 로 검색하면 좋습니다. 해시 검사하는 것은 아니지만 보통 제거 대상인 사진이나 영상 같은 큰 파일은 용량 같으면 99% 이상 같은 파일이니까요
