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

bug: ${a%>}



Is this a bug or have I been smoking the same shit as Dubya?

% a="<text>"
% echo ${a#<} ${a%>} ${a#\<} ${a%\>}
text> <text> text> <text

Debian Linux 2.2
Linux 2.4.18 #2 Fri Mar 15 14:15:51 PST 2002 i686 unknown
zsh 4.0.2



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