Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-21 00:18:36 +00:00
parent dc2926f45e
commit 374b6c8d34
4 changed files with 27 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
`grep {{[-E|--extended-regexp]}} {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}`
- Print 3 lines of context around, before, or after each match:
- Print 3 lines of [C]ontext around, [B]efore or [A]fter each match:
`grep --{{context|before-context|after-context}} 3 "{{search_pattern}}" {{path/to/file}}`