Replies: 1 comment 1 reply
-
The only way is to either suppress the filename from the output with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
consider bar.txt with the following content
rg foo | rg bar
will match this record because the first search outputsbar.txt:foo
in this case, I want to strictly limit my search inside the content, and exclude the filename
Is there a way currently in rg to skip the filename part?
Beta Was this translation helpful? Give feedback.
All reactions