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

Re: zsh: no matches found



On 2014-04-20 18:18 +0200, Igor Sosa Mayor wrote:

> ugaciaka <ugaciaka@xxxxxxxxx> writes:
>
>> Hi,
>>
>> I could try to use youtube-dl but I noticed that doesn't work with zsh.
>>
>>  youtube-dl http://www.youtube.com/watch?v=6b5CKd8R3vY
>> zsh: no matches found: http://www.youtube.com/watch?v=6b5CKd8R3vY
>
> strnage... which zsh version? With 5.0.5 it works perfectly...

Not by default.  Have you set the nonomatch option so that it works for
you?

> I think
> it is maybe a problem with the slashes which are interpreted as path...

No, it's because of the '?' character in the URL which causes globbing.

Cheers,
       Sven



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