https://github.com/abhishekkr/dup
elixir cli to check for duplicate files at current directories
https://github.com/abhishekkr/dup
duplicate-detection elixir elixir-apps elixir-examples file
Last synced: 3 months ago
JSON representation
elixir cli to check for duplicate files at current directories
- Host: GitHub
- URL: https://github.com/abhishekkr/dup
- Owner: abhishekkr
- License: mit
- Created: 2021-05-08T13:56:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T17:49:40.000Z (about 4 years ago)
- Last Synced: 2025-01-12T13:21:31.988Z (4 months ago)
- Topics: duplicate-detection, elixir, elixir-apps, elixir-examples, file
- Language: Elixir
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dup
> checks for duplicate files at current directories
---
### Usage
* `dup /path` checks recursively in a directory for any set of duplicate files
* `dup /path/x /path/y /path/z` checks recursively at all paths provided for duplicates
* `dup` checks recursively at current working dir for duplicates
* `dup -h`
---
* build: `./tasks.sh build`
* run build: `./dup -h`
* download escript build from [latest release](https://github.com/abhishekkr/dup/releases/latest)
---