An open API service indexing awesome lists of open source software.

https://github.com/esrrhs/fastremove

fast remove
https://github.com/esrrhs/fastremove

Last synced: 2 months ago
JSON representation

fast remove

Awesome Lists containing this project

README

        

# fastremove

[](https://github.com/esrrhs/fastremove)
[](https://github.com/esrrhs/fastremove)
[![Go Report Card](https://goreportcard.com/badge/github.com/esrrhs/fastremove)](https://goreportcard.com/report/github.com/esrrhs/fastremove)
[](https://github.com/esrrhs/fastremove/releases)
[](https://github.com/esrrhs/fastremove/releases)
[](https://github.com/esrrhs/fastremove/actions)

多线程删除重复文件

# 使用
* 遍历当前目录及子目录的所有文件,根据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
```