You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it easy to to search for fixed pattern files, consider adding a flag such as -q or --quote to interpret the pattern as a literal string as opposed to a regex.
This way commands like fd --quote 'test.c' won't interpret the . as a regex wildcard.
The text was updated successfully, but these errors were encountered:
To make it easy to to search for fixed pattern files, consider adding a flag such as
-q
or--quote
to interpret the pattern as a literal string as opposed to a regex.This way commands like
fd --quote 'test.c'
won't interpret the.
as a regex wildcard.The text was updated successfully, but these errors were encountered: