Re: Need a simple one time search utility

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Apr 12, 2008, at 12:13 PM, Al <news@xxxxxxxxxxxxx> wrote:

I need a simple utility that simulates GREP to find a certain string in any php files on my website.

Site is on a shared host w/o shell access so I can't run GREP.

I can write a PHP scrip to do it; but, this is a one time thing and I was hoping to find something to save me the effort.

Thanks....

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

<?php shell_exec('grep ...'); ?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux