Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh fails when Globing fails
- X-seq: zsh-users 9193
- From: Ligesh <gxlists@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Zsh fails when Globing fails
- Date: Wed, 27 Jul 2005 12:49:43 +0530
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Qd3N79TLG/Ai/4q5U+CChsr5R1qUV/go5sYI80vgXnXEK4DU6OK0Z+JfSYr7UVdgOw0elr9i4zfBScMCGHylB4rWcslYsfAJah/ko2bwDFBh0paHrYjLWLVVu+zZcWeF9fjPMDF6SmR7Ixcxh/SGkouCDIBa8AUOMsiJfelBe4o=
- In-reply-to: <1122445746.19346.ezmlm@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1122445746.19346.ezmlm@xxxxxxxxxx>
- Reply-to: gxlists@xxxxxxxxx
I would like to know how to turn off the strict globbing feature in zsh. In bash, if a globbing fails, the shell will simply pass the full string - metacharacters and all - directly to the program. But zsh bails out when globbing fails. So currenlty I have to include all of them in single quotes to make it work.
IS there a config option which can get back the bash like behaviour?
Thanks in advance.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author