Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
hzoli change: $foo:s//r/
- X-seq: zsh-workers 312
- From: "Heading, Anthony" <heading_anthony@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: hzoli change: $foo:s//r/
- Date: 15 Aug 1995 12:49:02 U
Sorry I missed this first time round.
hzoli changelog of Jul 10 says:
- $foo:s//r/ gives ... error message ... (194)
Now the following used to work
% array=(a b c d e)
% echo $array:s//\&-\&/
a-a b-b c-c d-d e-e
I remember I had a use for this once...
Anthony
Messages sorted by:
Reverse Date,
Date,
Thread,
Author