Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-24 00:21:36 +00:00
parent 4e6886aa1f
commit 70f6f2ac08
27 changed files with 174 additions and 69 deletions

View File

@@ -17,6 +17,10 @@ source: https://github.com/tldr-pages/tldr.git
`rg {{pattern}} {{path/to/file_or_directory}}`
- Search for a literal string pattern:
`rg {{[-F|--fixed-strings]}} -- {{string}}`
- Include hidden files and entries listed in `.gitignore`:
`rg {{[-.|--hidden]}} --no-ignore {{pattern}}`
@@ -36,7 +40,3 @@ source: https://github.com/tldr-pages/tldr.git
- Show lines that do not match the pattern:
`rg {{[-v|--invert-match]}} {{pattern}}`
- Search for a literal string pattern:
`rg {{[-F|--fixed-strings]}} -- {{string}}`