wiki/notebook/cli.ripgrep.org
Gabriel Arazas 8d88983e21 Update the notebook
Not all changes are here though.
2022-01-09 12:24:55 +08: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