From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28825 invoked by alias); 3 Aug 2010 12:26:36 -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: 15227 Received: (qmail 15633 invoked from network); 3 Aug 2010 12:26:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL,URIBL_BLACK autolearn=no version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ohBMNOTt5NFsAlnPDdD6Ro05CIrkuFVClv2y13VcLFE=; b=UWEaAmzOef0OhoWLVo/KltRhtNwxz6w4IbKPAMrySw99+WAuB5wPpUS3XnTKCdDQSr Ew044W2TuWQ2TanWdAWeB6brU3TBhWvXK/KOiPqmDDB3j1EJLuAcWYPezdscnOeNqyZn 1Jg7LWqVWQx39o1R34mQVtZP06HuSUOUta7TE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qk30BdkLrLXRSKcKA41i4FJQA4M0SnvgvhzJormOBu8Hpu5JY/toSA3HGQQCgazshP vkQGw/GpIno7pHqJSUSPvcHEewLuYVZO7moBNRASxdzzkwfHdyKrEgrvuKgJUivAh7g2 tKct2Wum6kPSkGFgBTPqJK3AmMW5Wz3U3rRjA= MIME-Version: 1.0 Date: Tue, 3 Aug 2010 15:26:30 +0300 Message-ID: Subject: Problem with "?" symbol From: Volodya Khomchak To: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hi Folks, I faced with next issue in zsh. I'm new with this and don't have any idea why this occurs. So the problem is next: [kolombo:~]> curl -vvv -k https://HOST.COM/page/page2/?virtual_serial=101032 zsh: no matches found: https://esx16-bsd05.qa.sbr.ironport.com/atlas/ipcs/?virtual_serial=101032 This command fails on "?" symbol, do you have any idea why this occurs ? Also I know that this could be resolved by this: alias curl="noglob curl" Cheers, Volodya