grep: add multifile to example (#18708)

This commit is contained in:
Managor
2025-10-14 20:08:21 +03:00
committed by GitHub
parent 8cf985cbc0
commit 2df7b069f1
+1 -1
View File
@@ -5,7 +5,7 @@
- Search for a pattern within a file:
`grep "{{search_pattern}}" {{path/to/file}}`
`grep "{{search_pattern}}" {{path/to/file1 path/to/file2 ...}}`
- Search for an exact string (disables `regex`es):