1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-01 07:14:22 +00:00

More prominently document that fd uses regex by default

Fixes: #948
This commit is contained in:
Thayne McCombs 2022-03-02 00:49:30 -07:00
parent 5ec55eed96
commit 6b8056ca86

5
doc/fd.1 vendored
View File

@ -24,6 +24,11 @@ fd \- find entries in the filesystem
.B fd
is a simple, fast and user-friendly alternative to
.BR find (1).
.P
By default
.B fd
uses regular expressions for the pattern. However, this can be changed to use simple glob patterns
with the '\-\-glob' option.
.SH OPTIONS
.TP
.B \-H, \-\-hidden