mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
ls: fixed formatting of wildcard examples
This commit is contained in:
parent
5686665639
commit
cf922fc6b1
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
|
||||
- List all files with a prefix/suffix
|
||||
|
||||
`ls {{prefix}}*` or `ls *{{suffix}}`
|
||||
`ls {{prefix}}*`
|
||||
`ls *{{suffix}}`
|
||||
|
||||
- Sort the results size
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue