mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:35:34 +02:00
Moved the wildcard in prefixes and suffixes
This commit is contained in:
parent
0f7d2ba6df
commit
08545e900d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
- List all files with a prefix/suffix
|
- List all files with a prefix/suffix
|
||||||
|
|
||||||
`ls {prefix*}` or `ls {*suffix}`
|
`ls {prefix}*` or `ls *{suffix}`
|
||||||
|
|
||||||
- Sort files by time
|
- Sort files by time
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue