Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: avoid file not found error with { .. } expansion



Eric Smith wrote:
> What would be the correct invocation for this:
> 
> $ xview {02..19}.*jpg
> zsh: no matches found: 04.*jpg
> 
> in order to avoid the error of files not being found.

I think you want something like this :-)

xview <02-19>*.jpg

Ciao,
Thomas

-- 
 Thomas Köhler       Email:       jean-luc@xxxxxxxxxxxxxxxxx
     <><             WWW:           http://jeanluc-picard.de
                     IRC:                           tkoehler
                     PGP public key available from Homepage!

Attachment: signature.asc
Description: Digital signature



Messages sorted by: Reverse Date, Date, Thread, Author