/ Published in: Bash

will search current directory and sub-directories for all php files that have been modified in the last 16 days
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name '*.php' -mtime -16
Comments
