rg

Ripgrep is a recursive line-oriented CLI search tool.
Aims to be a faster alternative to `grep`.
More information.
rg {regular_expression}
rg --no-ignore --hidden {regular_expression}
rg --type {filetype} {regular_expression}
rg {regular_expression} {set_of_subdirs}
rg {regular_expression} --glob {glob}
rg --files-with-matches {regular_expression}
rg --invert-match {regular_expression}
rg --fixed-strings -- {string}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY