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

Re: Bug in banghist-like expansions?



I found a similar oddity I'll fix at the same time:

% fud=one/two
% print ${fud:s,/,\&,}
one/two

No, that should quote the ampersand.  It already works in double quotes:

% print "${fud:s,/,\&,}"
one&two

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author