Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with "?" symbol
- X-seq: zsh-users 15255
- From: Bryan Hunt <irishjava@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxx>
- Subject: Re: Problem with "?" symbol
- Date: Sun, 08 Aug 2010 13:10:45 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=51XYTuTWiEeiS77qUrz/zwI3nDQccLK+pOwfEk4kWZQ=; b=XVAa6KUWvfi7unJKUP52u4OAw4w7j2QwHGi4ml5VwstuFzt+3wAIAVDjr4BLJszoZB DPYQCOCNQCDl28Os3aLmuf3xGJP942JGmmrAv/YKCZ9KhhE3vZpZJgQJ4pD3GSkV4GLR 0hBRJXWVcPqsllv5NAidVNJYUjSM7YKyGncds=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; b=rLuE8jg0jKxrvWYkPU5i/2peO8v9QVuafa3ra7DS+5y2BTW9+n46cnZ+d6Kj8Ot4SR /nJUrdFlcyjtTFU/GtGV6r1K/zD6dSKE3WyAO4IoJwKXMYnjsEDvwYlX8vA2QwF5ZKw/ Vmp0aLKjJbrFqTNWvD+3aiUVxjcqHQYcOewA8=
- In-reply-to: <AANLkTimLO4gf=Gh9y9Z20OnFQ7sLoJQX-yeA9+peq_vx@xxxxxxxxxxxxxx>
- 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
- References: <AANLkTimLO4gf=Gh9y9Z20OnFQ7sLoJQX-yeA9+peq_vx@xxxxxxxxxxxxxx>
URL Stuff causes problems in umpteen scenarios/shells.
A much simpler solution is to just always quote URL's, i.e.
curl -vvv -k "https://HOST.COM/page/page2/?virtual_serial=101032"
Simple, end of problem, do the same thing with SMB filenames too, while
you're at it.
Bryan
Excerpts from Volodya Khomchak's message of Tue Aug 03 13:26:30 +0100 2010:
> 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