hi,

i want to grep a part of an url
but with this doesnt work:

grep " onMouseOver=\"window\.status='abc, def in \$City en ghi\.'; return true\"" * -R

the complet line where the url in a php file look like this:

echo " | <A HREF=\"http://www.domain$var.com/dir/file_nl.php?v1=$var&v2=$var2&file=abc\" onMouseOver=\"window.status='abc, abc in $var en abc.'; return true\">abc in $var</A>";

how to do this?

Cheerz