ripgrep¶
-
Example 1:
- Do not ignore gitignore, do not ignore hidden files
- We are interested in all files related to cpp, c, make, and CMake
-
Print capture group only:
rg '.*large1x1---(.*)---97' -or '$1'
-
Pattern is not a regexp:
-F
Example 1:
Print capture group only: rg '.*large1x1---(.*)---97' -or '$1'
Pattern is not a regexp: -F