Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: possible bug in zsh glob
- X-seq: zsh-users 14878
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: possible bug in zsh glob
- Date: Wed, 24 Feb 2010 11:10:31 +0300
- Cc: "Nadav Har'El" <nyh@xxxxxxxxxxxxxxxxxxx>, dipakgaigole <dipakgaigole@xxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=zo7N9ykNOgaJRBALQf8520s7NU2Bb+oPvJ+v1iix608=; b=KP6+JlxdGYndsc2/CUNVBX/m7Quh7UHW5H3iJzm3mN4sQjXqdSC6rpIcoLstopI5gq IZL39bZHsm8eK5zxNxI/tQ4OY0B1tHeWhI2tofnfj6ktrYp8Fox9UiAxPav6RLzaOYvD qKFfrdyI/XEbVe7kyGliGAttxABnRwf0/Puu4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=nclthrSuFnLk064OiYxjjrA7QLFEHHQtEA+PgJX3n0/QD3p9SkjROfIniDRPB/ZAVW I6kc/OnI7B6Pui4oHG1dQFWLOac7pTkwOZxsmX6ojEIyEr14M7nJP/2Gx1kardXul2SH aADRsKnmIYI/bLGa0GzgAwfG4Y6VPh+Fv91t4=
- In-reply-to: <20100224075352.GA8456@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- 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: <20100223161302.61181.qmail@xxxxxxxxxxxxxxxxxxxxxxxx> <201002232020.49298.arvidjaar@xxxxxxxxx> <20100224075352.GA8456@xxxxxxxxxxxxxxxxxxxxxxxxxx>
On Wednesday 24 of February 2010 10:53:52 Nadav Har'El wrote:
>
> Is there any logical reason why zsh's default is the way it is? I.e.,
> when it sees
>
> ls -l *.txt *.jp
>
> And there are no *.jp, it has to stop the entire command, rather than
> let the command give you a message, like was always the case in the
> Bourne shell, ksh, and bash (without the failglob option)?
>
I guess, because it (zsh) originates more from csh.
Anyway, it is too late to change defaults now.
Personally I like to take it as indication that I made a typo in
command. I do not have any problems with extra quoting when needed :)
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author