Recursively Delete Files from Command Line
find . -name '.DS_Store' -type f -delete find . -name '*.zip' -type f -delete