https://github.com/dacap/findfiles
find files by name and/or if they are duplicates
https://github.com/dacap/findfiles
Last synced: over 1 year ago
JSON representation
find files by name and/or if they are duplicates
- Host: GitHub
- URL: https://github.com/dacap/findfiles
- Owner: dacap
- License: mit
- Created: 2017-10-19T15:11:02.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T17:26:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T16:19:11.468Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# findfiles
> Copyright (C) 2017 David Capello
>
> This file is released under the terms of the MIT license.
> Read [LICENSE.txt](LICENSE.txt) for more information.
This utility is almost the same as using `find . -name 'pattern'`
Usage:
findfiles [-i] [-d] pattern1 [pattern2...]
* `-i` to ignore case
* `-d` find duplicates