Copy to clipboard
ls -1d ./templates_c/* |grep -v -e index.php | xargs -r /bin/rm
ls -1d ./temp/public/* |grep -v -e index.php | xargs -r /bin/rm
ls -1d ./lib/test/core/temp/cache/* |grep -v -e index.php | xargs -r /bin/rm
ls -1d ./modules/cache/* |grep -v -e index.php -e README | xargs -r /bin/rm
ls -1d ./temp/cache/* |grep -v -e index.php | xargs -r /bin/rm