Re: [PHP-DB] search string in text file

2001-12-16 Thread Jason Wong
On Monday 17 December 2001 15:52, Jason Wong wrote: > On Monday 17 December 2001 15:11, Sommai Fongnamthip wrote: > > Hi, > > How could search string (like full text search) in any text file (even > > know or not known filename)? > > One way of doing this if you're using a Linux/Unix system is

Re: [PHP-DB] search string in text file

2001-12-16 Thread Jason Wong
On Monday 17 December 2001 15:11, Sommai Fongnamthip wrote: > Hi, > How could search string (like full text search) in any text file (even > know or not known filename)? One way of doing this if you're using a Linux/Unix system is: $files = `grep -R "search_string" /path/of/directory/to/

[PHP-DB] search string in text file

2001-12-16 Thread Sommai Fongnamthip
Hi, How could search string (like full text search) in any text file (even know or not known filename)? SF -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators