Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_N_GNU_nonoption_argv_flags_
- X-seq: zsh-workers 29804
- From: Stephane Chazelas <stephane_chazelas@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: _N_GNU_nonoption_argv_flags_
- Date: Tue, 27 Sep 2011 19:42:01 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s1024; t=1317148922; bh=mmi953J1KMgphkQzzIqrz1Pr3HTTqD6FKbHtQDAkEy0=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:MIME-Version:Content-Type:Content-Disposition:User-Agent; b=WpW+dtDNYS92Xjj3dptfvOOHFjKGoyDjN4mT3m9LWya41Ya/TeDMdtLz/4QUQkcjIcvtm/nKYCHQmt6peFI5MY4VcD4qBkqSHAAwXB2SlCaHX+KcadaqlrHiwlfh+izMYctiF1vLEqWFnvjIVzqonOd9/isg3XZoLfu+G4gfJw4=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hiya,
I've just come across this paragraph in the ENVIRONMENT
VARIABLES section of the GNU grep man page:
_N_GNU_nonoption_argv_flags_
(Here N is grep's numeric process ID.) If the ith
character of this environment variable's value is
1, do not consider the ith operand of grep to be
an option, even if it appears to be one. A
shell can put this variable in the environment for
each command it runs, specifying which operands
are the results of file name wildcard expansion
and therefore should not be treated as options.
This behavior is available only with the GNU C
library, and only when POSIXLY_CORRECT is not set.
It's news to me. Is there any plan for zsh to implement that?
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author