Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

hzoli change: $foo:s//r/



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