> > >> -----Original Message----- >> From: l...@afan.net [mailto:l...@afan.net] >> Sent: Thursday, October 25, 2012 9:16 PM >> To: php-general@lists.php.net >> Subject: [PHP] URGENT! Need help with command line for "list all >> new/modified files within the last 24 hours" >> >> Hi to all, >> My site with Drupal 7. I contacted tech support and he said he accessed >> to the site with FTP - what I doubt. But if it's truth - it's even >> worse because whole server is then compromised. >> I need help with command line for "list all new/modified files within >> the last 24 hours". >> >> Thanks for any help, >> LAMP >> >> >> -- >> PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: >> http://www.php.net/unsub.php > > > > $ ls -n -r "*" "/directory-path" ($fmtime >= "20121024") >
Thanks a lot!!! :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php