Monday, December 23
			  Google Search: 
Bruce Klopfenstein (klopfenstein@earthlink.net) wrote:
: I'm looking for a shortcut conversion of each existing URL into a
: hotlink displaying the same URL.
: Anyone ever do this?
If you've got Perl, and all your URLs are http: URLs, try this:
perl -p -i.bak -e's#(http://.*?)(\s)#$1$2#gi'
			  
			
 
  
Bruce Klopfenstein (klopfenstein@earthlink.net) wrote:
: I'm looking for a shortcut conversion of each existing URL into a
: hotlink displaying the same URL.
: Anyone ever do this?
If you've got Perl, and all your URLs are http: URLs, try this:
perl -p -i.bak -e's#(http://.*?)(\s)#$1$2#gi'



