P
postcd
Guest
Hello, this is part of my "find" command:
i want to ask how i can make it so i can search for not one, but twenty phrasses?
the search phrasses will contain example this:
url=<?php echo $rand_url;?>
\"http://www\"
\'http://www\'
thank you
:-O
-exec grep -l "$phrasse" {} \; >> $outputfile
i want to ask how i can make it so i can search for not one, but twenty phrasses?
the search phrasses will contain example this:
url=<?php echo $rand_url;?>
\"http://www\"
\'http://www\'
thank you
:-O