Archive: modied

 

Posts Tagged ‘modied’


If you need to check which files (eg PHP files for example) have been modified within the last few days, you can run this quick command. PLAIN TEXT CODE: find . -mtime -36 -iname "*.php" -fprint modded.txt This will generate a list and save it to a file called modded.txt. More Reading:How To Extract Files [...]