wiki/cli.ripgrep.org
2022-07-29 15:41:17 +00:00

506 B

Command line: ripgrep

A modern replacement for grep… that is written in Rust language… because why not make it faster?

Flags

  • -i, --ignore-case enables searches regardless of letter case (e.g., uppercase, lowercase).
  • -g, --glob [GLOB...] searches for the file to be included in the search; you can prepend the glob with ! to exclude it