https://github.com/itinance/findcasedups
Find possible duplicates for case insensitive filenames
https://github.com/itinance/findcasedups
Last synced: about 1 year ago
JSON representation
Find possible duplicates for case insensitive filenames
- Host: GitHub
- URL: https://github.com/itinance/findcasedups
- Owner: itinance
- License: mit
- Created: 2019-04-26T11:17:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T11:34:18.000Z (about 7 years ago)
- Last Synced: 2025-03-09T07:39:26.554Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# find possible duplicated files ...
... on case sensitive filesystems that would cause trouble while copying to case insensitive file systems.
## Installation
```
npm install -g findcasedups
```
## Usage:
```
findcasedups /Volumnes/Drive1 /Volumes/Drive2 ...
```
## Options:
- no options
## Result:
This tool displays possible duplicates without any further action. At no time it will make changes to your files.