You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a big issue however I would like to make it clear.
For now rg's behavior (also ag) is different from grep when matching text in binary files that contains a bunch of text: by default rg/ag will not match text when it determines that the file is a binary, but grep will still have a try.
This is not a big issue however I would like to make it clear.
For now
rg
's behavior (alsoag
) is different fromgrep
when matching text in binary files that contains a bunch of text: by defaultrg
/ag
will not match text when it determines that the file is a binary, butgrep
will still have a try.As an example, for the file below:
rg_grep_ag.txt
The text was updated successfully, but these errors were encountered: