I want use find command to search and delete all temp files that could exist in android by file extension as a result of device regular usage. So far I could gather the following:
*.tmp
*.log
- all cache folders
etc
But I don't know any other ones can anybody tell me another file extension I could add in my search because I what to run find command while specifying all the file extensions so as to delete them