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

5
doc/fd.1 vendored
View File

@ -24,6 +24,11 @@ fd \- find entries in the filesystem
.B fd .B fd
is a simple, fast and user-friendly alternative to is a simple, fast and user-friendly alternative to
.BR find (1). .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 .SH OPTIONS
.TP .TP
.B \-H, \-\-hidden .B \-H, \-\-hidden