# recursive sort all php files by descending time # effective for hunting webshell backdoor find -type f -name *.php -printf '%T+ %p ' | sort -r