From: Paul Lutus Date: 2006-10-06T02:25:05+09:00 Subject: Re: script arg with doble quote Une b辿vue wrote: / ... > this would protect the double quote, unfortunately at the time i can add > single quotes (within a shell script or a ruby one) it is too late > because double quote vanished due (i believe) to the shell way of > passing arf to any kind of scripting facility (zsh, sed, ruby)... If I understand you correctly, you don't have control over where the shell script argument comes from, and at the first opportunity, it's already too late -- essential data has already been lost. Yes? Is there any way to access the original data that gets around this problem? Can you tell a user to act differently? You haven't said where the information comes from, or how it gets to your script. -- Paul Lutus http://www.arachnoid.com