We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I often use variations of grep -r <pattern>. It might be worth an extra example in the Search & Find section. I would propose
grep -r <pattern>
grep -lr <pattern>
to be added, if you think this would be useful for others too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I often use variations of
grep -r <pattern>
. It might be worth an extra example in the Search & Find section.I would propose
grep -lr <pattern>
List all files in the cwd and below that contain a patternto be added, if you think this would be useful for others too.
The text was updated successfully, but these errors were encountered: