Merge pull request #976 from tmccombs/regex-doc

Regex doc
This commit is contained in:
Thayne McCombs 2022-03-03 23:23:01 -07:00 committed by GitHub
commit b29e87ec30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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