This commit is contained in:
David Peter 2017-05-09 23:45:02 +02:00 committed by GitHub
parent 4a36b0ef31
commit 490c1ef192
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# fnd
A modern, convenient and fast replacement for 'find'
A modern, convenient and fast replacement for 'find'.
**Features:**
* Easy syntax. `fnd PATTERN` instead of `find -iname '*PATTERN*'`.
* Colored output.
* Regular expressions.
* The command name is *25%* shorter than `find` :-).
## Examples
``` bash