mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
rg: quote the glob (#23579)
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
|
||||
- Only search the files matching the glob pattern(s) (e.g. `README.*`, use `!filename_pattern` to exclude instead):
|
||||
|
||||
`rg {{pattern}} {{[-g|--glob]}} {{filename_glob_pattern}}`
|
||||
`rg {{pattern}} {{[-g|--glob]}} '{{filename_glob_pattern}}'`
|
||||
|
||||
- Recursively list filenames in the current directory that match a pattern:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user