[27125] in Athena Bugs
Re: htmlview breaks on urls with '&'
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Tue Oct 2 15:40:03 2007
To: bugs@mit.edu
From: Jacob Morzinski <jmorzins@mit.edu>
Date: Tue, 02 Oct 2007 15:39:51 -0400
In-Reply-To: <bugs:27124@unknown-discuss-server> (Jacob Morzinski's message
of "Tue, 02 Oct 2007 15:33:06 -0400")
Message-ID: <w6mhcl9i9vc.fsf@horobi.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Flag: NO
X-Spam-Score: 0.00
Errors-To: bugs-bounces@mit.edu
Jacob Morzinski <jmorzins@mit.edu> writes:
> echo 'firefox %s' | sed -e 's|%s|http://....?name=jmorzins%stype=filsys|'
> results in
> firefox http://....?name=jmorzins%stype=filsys
Hi,
Sorry for the copy-and-paste error in the example. Redone
without the error, the behavior of sed is:
$ echo 'firefox %s' | sed -e 's|%s|....?name=jmorzins&type=filsys|'
firefox ....?name=jmorzins%stype=filsys
-Jacob