1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-01 07:14:22 +00:00
This commit is contained in:
David Peter 2017-05-09 23:45:02 +02:00 committed by GitHub
parent 4a36b0ef31
commit 490c1ef192

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