Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with "?" symbol
- X-seq: zsh-users 15227
- From: Volodya Khomchak <kolombo.inc@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Problem with "?" symbol
- Date: Tue, 3 Aug 2010 15:26:30 +0300
- 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=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author