💾 Archived View for freeshell.de › tldr › rg.gmi captured on 2023-01-29 at 05:14:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

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