grep/ripgrep
grep/ripgrep
| Attribute | Value |
|---|---|
Goal |
Expert pattern searching |
Interest Link |
Systems Tools > Text Processing |
Status |
Proficient |
Tools |
grep, rg (ripgrep), git grep |
Documentation |
Codex grep section, domus-linux-ops grep-mastery |
Skill Areas
| Area | Description | Status |
|---|---|---|
Basic grep |
-n, -i, -v, -c, -l |
[x] Proficient |
Extended regex |
-E, +, ?, |, () |
[x] Proficient |
PCRE |
-P, lookahead, lookbehind |
[ ] In Progress |
Context |
-A, -B, -C |
[x] Proficient |
ripgrep |
Type filtering, .gitignore respect |
[x] Proficient |
Quick Reference (from Codex)
See domus-linux-ops commands/text/grep-mastery.adoc for production patterns.
|