mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01: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
|
||||
|
||||
`ls {prefix*}` or `ls {*suffix}`
|
||||
`ls {prefix}*` or `ls *{suffix}`
|
||||
|
||||
- Sort files by time
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue