From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26023 invoked by alias); 20 Apr 2014 16:38:21 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18740 Received: (qmail 5435 invoked from network); 20 Apr 2014 16:38:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Bwm2kA6a7gUovvx4GjnOBEY2lUi1r+LrTLe8jwMs4gk=; b=aA/AIyEi0mlD37FcSq6DyzEXQOYF4NMDznUt39kEFPM5B3uFFxRCJNzjpq80YaEIs+ m5A9946tyKl8+Aj6/6P3SffM5COaht0RPOI/F/rk12rAyV27EXXqK5z8LShov54z7UI4 ybYAmXGhtmUnSvOU8i4jKT6kWI53xN6It3ACw3ZYG0bH+GT0XOzJlWqqLl1+YZEzuw7i /MSAWu/QQxn7dS15awwhFPle/R2zAoIABoUpgqlJEOQvXgBUO7tTkMGF8Zr4aq6Zw4cP K4puqmfBKVgpC1x21g8PqHzwOxZulPaNGPcFO4SZsW+wbgl4ToMCSee9XynalD0b/MiY ksbQ== X-Gm-Message-State: ALoCoQlmsv1rfJX5QJzCpYmL3IERm8VbZogCALbPhf20Z2hXAD7nlS5A7vspRyZ4OX0hG2tQaS3n MIME-Version: 1.0 X-Received: by 10.52.251.199 with SMTP id zm7mr21820185vdc.21.1398011894023; Sun, 20 Apr 2014 09:38:14 -0700 (PDT) In-Reply-To: References: Date: Sun, 20 Apr 2014 09:38:13 -0700 Message-ID: Subject: Re: zsh: no matches found From: Kurtis Rader To: ugaciaka Cc: Zsh Users Content-Type: multipart/alternative; boundary=001a1135f37855dc1b04f77c02c3 --001a1135f37855dc1b04f77c02c3 Content-Type: text/plain; charset=UTF-8 You need to quote the URL. The question-mark is a file globbing character in both bash and zsh. The difference is that in bash if it doesn't match a file it is treated as a literal question-mark rather than a glob character. Try this in both shells: rm -f /tmp/abc echo /tmp/a?c touch /tmp/abc echo /tmp/a?c On Sun, Apr 20, 2014 at 9:12 AM, ugaciaka wrote: > 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 > > Is it any .zshrc configuration? > > With bash it worked, why? > > Thank's > -- > ugaciaka > http://about.me/ugaciaka > -- Kurtis Rader Caretaker of the exceptional canines Junior and Hank --001a1135f37855dc1b04f77c02c3--