mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-11 14:30:24 +02:00
typo
This commit is contained in:
@ -134,10 +134,11 @@ insufficient. In all cases, `.rgignore` patterns take precedence over
|
||||
To ignore all ignore files, use `-u`. To additionally search hidden files
|
||||
and directories, use `-uu`. To additionally search binary files, use `-uuu`.
|
||||
(In other words, "search everything, dammit!") In particular, `rg -uuu` is
|
||||
equivalent to `grep -r`.
|
||||
equivalent to `grep -a -r`.
|
||||
|
||||
```
|
||||
$ rg -uuu foobar # equivalent to `grep -r`
|
||||
$ rg -uu foobar # equivalent to `grep -r`
|
||||
$ rg -uuu foobar # equivalent to `grep -a -r`
|
||||
```
|
||||
|
||||
(Tip: If your ignore files aren't being adhered to like you expect, run your
|
||||
|
Reference in New Issue
Block a user