Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-20 00:14:06 +00:00
parent 22990a1ad7
commit ca669312bf
11 changed files with 14 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
- Print 3 lines of context around, before, or after each match:
`grep --{{context|before-context|after-context}} {{3}} "{{search_pattern}}" {{path/to/file}}`
`grep --{{context|before-context|after-context}} 3 "{{search_pattern}}" {{path/to/file}}`
- Print file name and line number for each match with color output: