Results 1 to 1 of 1
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 ...
- 05-14-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 9
Howto GREP url
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


Reply With Quote