Moved the wildcard in prefixes and suffixes

waldyrious/alt-syntax
Rory Crispin 2014-01-28 22:34:15 +00:00
parent 0f7d2ba6df
commit 08545e900d
1 changed files with 1 additions and 1 deletions

View File

@ -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