Quote:
Originally Posted by netpimp
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.
|
This would just give him the file locations not the list like he was needing - gotta use a sed in there.