https://github.com/hymkor/lstclone
`lstclone.exe` makes the batch-file which removes duplicate files.
https://github.com/hymkor/lstclone
Last synced: 23 days ago
JSON representation
`lstclone.exe` makes the batch-file which removes duplicate files.
- Host: GitHub
- URL: https://github.com/hymkor/lstclone
- Owner: hymkor
- Created: 2016-01-19T01:36:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T15:57:19.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T15:50:56.824Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
lstclone.exe
============`lstclone.exe` makes the batch-file which removes duplicate files.
```
[C:] lstclone "C:\Users\hayama\Google ドライブ" > t.cmd
```__Now, lstclone.exe compares files by name and size only__
t.cmd
-----```
rem "C:\Users\hayama\Google ドライブ\2011\20110202_神田明神\2011020216570000.JPG"
del "C:\Users\hayama\Google ドライブ\Google フォト\2011\20110202_神田明神\2011020216570000.JPG"
del "C:\Users\hayama\Google ドライブ\Pictures\2011\20110202_神田明神\2011020216570000.JPG"rem "C:\Users\hayama\Google ドライブ\Backup\SAKURA\nyaos.org\d\index.d\8223030343e21313e2330392"
del "C:\Users\hayama\Google ドライブ\Backup\rackbox\nyaos.org\d\index.d\8223030343e21313e2330392"
del "C:\Users\hayama\Google ドライブ\FromOneDrive\gdrive\Backup\SAKURA\nyaos.org\d\index.d\8223030343e21313e2330392"
:
```