The Wayback Machine - https://web.archive.org/web/20220126211023/https://github.com/sharkdp/fd/issues/948
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Man page does not specify whether regex or glob is used by default. #948

Open
vgivanovic opened this issue Jan 26, 2022 · 1 comment
Open

Man page does not specify whether regex or glob is used by default. #948

vgivanovic opened this issue Jan 26, 2022 · 1 comment

Comments

@vgivanovic
Copy link

@vgivanovic vgivanovic commented Jan 26, 2022

It is definitely not clear in the man pages that fd uses regular expression search as its default. That ought to be specified in the DESCRIPTION section of fd's man page.

@sharkdp
Copy link
Owner

@sharkdp sharkdp commented Jan 26, 2022

Sounds good. Any help would be appreciated.

It is described if you look at the --glob/--regex options, but I agree that it should be described in a more prominent place as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment