mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 22:57:59 +00:00
8d88983e21
Not all changes are here though.
506 B
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