Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-06 00:17:01 +00:00
parent 381f17fa3a
commit 27692b06cb
3 changed files with 39 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Find strings using a case-insensitive search:
`findstr /i "{{string1 string2 ...}}" *"`
`findstr /i "{{string1 string2 ...}}" *`
- Find strings in all files using regular expressions: