From 6b8056ca86a16ee7d780b0b790f10674170e5187 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Wed, 2 Mar 2022 00:49:30 -0700 Subject: [PATCH] More prominently document that fd uses regex by default Fixes: #948 --- doc/fd.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/fd.1 b/doc/fd.1 index b5809c7..f917b12 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -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