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
rg --version ripgrep 12.1.1 -SIMD -AVX (compiled) +SIMD +AVX (runtime)
via cargo
Ubuntu 18.04.4 LTS
$ rg 42 /dev/null --count $ #empty output
vs
$ grep 42 /dev/null --count 0 $
The text was updated successfully, but these errors were encountered:
Duplicate of #1370.
Sorry, something went wrong.
I suggest you reopen the issue because the bug still exists since half a year the bugfix was merged.
It's not a bug. See the message of the commit that closed it: a070722
No branches or pull requests
What version of ripgrep are you using?
How did you install ripgrep?
via cargo
What operating system are you using ripgrep on?
Ubuntu 18.04.4 LTS
Describe your bug.
vs
The text was updated successfully, but these errors were encountered: