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

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

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