points
Do you allow me to run the following command?
cd project; find -type f | while read f; do mv "$f" /dev/null; done