Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upMan page doesn't explain search patterns #408
Comments
sharkdp
added
help wanted
documentation
good first issue
labels
Feb 13, 2019
This comment has been minimized.
This comment has been minimized.
|
Thank you for the feedback. We should add that to the documentation (man page and maybe README) - yes.
You are right. |
This comment has been minimized.
This comment has been minimized.
sergeevabc
commented
Mar 16, 2019
|
FD lacks a basic description as well. And it’s important to have one if this app is used infrequently. Compare:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


ntc2 commentedFeb 12, 2019
The man page doesn't say what form search patterns should take. The README here on GitHub says they are regular expressions, but not what kind of REs (I guess they are not PCREs, because there's an issue for adding that).
Suggestion: document in man page that the pattern argument is a regular expression, and say what kind of regular expression ops are supported.