Skip to content

esrrhs/fastremove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastremove

Go Report Card

多线程删除重复文件

使用

  • 遍历当前目录及子目录的所有文件,根据MD5移除重复文件
# ./fastremove -path ./ -method duplicate -delete
  • 更多参数参考-h
Usage of fastremove.exe:
  -delete
        auto delete
  -method string
        delete method: duplicate (default "duplicate")
  -path string
        scan path (default "./")
  -thread int
        replace thread (default 32)
  -v    show info