Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
v3.0.7 - modifiers
- X-seq: zsh-workers 10153
- From: Phil Pennock <phil@xxxxxxxxxxx>
- To: Zsh Development Workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: v3.0.7 - modifiers
- Date: Thu, 16 Mar 2000 02:59:52 +0100
- Mail-followup-to: Zsh Development Workers <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organisation: Organisation? Here? No, over there ---->
Ullo,
I'm still not re-subscribed (aargh) so please CC me in any followup.
Ta.
Using zsh-3.0.7 - there seems to be a documentation mismatch for the
:modifiers?
The manual-page states:
q Quote the substituted words, escaping further substitutions.
% foo='foo$bar'
% print $foo
foo$bar
% print ${foo:u}
FOO$BAR (so I'm not totally insane ...)
% print ${foo:q}
zsh: unrecognized modifier `q'
%
Sorry that I haven't checked the source - installed package on a *BSD
machine. So ... am I being unusually obtuse (even for me) or is
something amiss here?
Ta,
--
--> Phil Pennock, DeathWatch Admin.
"We've got a patent on the conquering of a country through the use of force.
We believe in world peace through extortionate license fees." -Bluemeat
Messages sorted by:
Reverse Date,
Date,
Thread,
Author