mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 22:55:53 +02:00
locate: wrap glob with quotes (#10495)
This commit is contained in:
parent
9bcde9b006
commit
1d44670284
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Look for a file by its exact filename (a pattern containing no globbing characters is interpreted as `*pattern*`):
|
- Look for a file by its exact filename (a pattern containing no globbing characters is interpreted as `*pattern*`):
|
||||||
|
|
||||||
`locate */{{filename}}`
|
`locate '*/{{filename}}'`
|
||||||
|
|
||||||
- Recompute the database. You need to do it if you want to find recently added files:
|
- Recompute the database. You need to do it if you want to find recently added files:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue