mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 17:01:57 +00:00
Update cheatsheets
This commit is contained in:
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`findstr /s "{{string1 string2 ...}}" *`
|
||||
|
||||
- Find strings using a case-insensitive search:
|
||||
- Find strings using a case-[i]nsensitive search:
|
||||
|
||||
`findstr /i "{{string1 string2 ...}}" *`
|
||||
|
||||
@@ -32,10 +32,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`findstr /c:"{{string1 string2 ...}}" *.txt`
|
||||
|
||||
- Display the line number before each matching line:
|
||||
- Display the line [n]umber before each matching line:
|
||||
|
||||
`findstr /n "{{string1 string2 ...}}" *`
|
||||
|
||||
- Display only the filenames that contain a match:
|
||||
- Display only the filenames that contain a [m]atch:
|
||||
|
||||
`findstr /m "{{string1 string2 ...}}" *`
|
||||
|
||||
Reference in New Issue
Block a user