https://github.com/esrrhs/fastremove
fast remove
https://github.com/esrrhs/fastremove
Last synced: 2 months ago
JSON representation
fast remove
- Host: GitHub
- URL: https://github.com/esrrhs/fastremove
- Owner: esrrhs
- License: mit
- Created: 2022-02-26T05:25:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T05:50:55.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:11:10.015Z (4 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastremove
[
](https://github.com/esrrhs/fastremove)
[](https://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
```