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.
|
The binary is called "updatedb". It updates the slocate database, which the binary "locate" uses later.