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

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

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.