Delete large number of files with find command
Trying to delete a very large number of files at one time will probably run into this error: Argument list too long. The problem is that when you type something like rm -rf *, the …