1
0
Fork 0
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:
Rory Crispin 2014-01-28 22:34:15 +00:00
parent 0f7d2ba6df
commit 08545e900d

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