Just stuff
http://solidlystated.com/scripting/php-strip-all-but-alphanumeric-characters/
find /home/username/public_html/dev -path ".admin/cache" -prune -o -path ".cache" -prune -o -mtime -1 ! -type d -ls
find /home/user/public_html/dev/administrator/components/ -mtime -1 ! -type d -ls
find /home/user/public_html/dev/components/ -mtime -1 ! -type d -ls