Thread
:
Server Question
View Single Post
12-30-2008, 08:47 PM
netpimp
Registered User
Join Date: Jan 2005
Location: Phoenix, AZ
Posts: 66
find / -name "*.php" -print > /tmp/phpfilelist.txt
or
find / -name "*.php" -print | more
locate would work above too, provided your locate database update script has ran, which is usually a middle of the night type of cronjob.
netpimp
View Public Profile
Visit netpimp's homepage!
Find More Posts by netpimp