From: xeno@... Date: 2007-06-11T11:47:01+09:00 Subject: I want to turn off backslashing of quotes and such from the shell I do something like: result=`cat mess.html` p result and all my quotes in my html file are suddenly backslashed. Is there any way to turn that off? xc