find /path/to/directory/ -exec rm {} \;

So apparently that command is magical! Alright, so it’s not magical but it was able to delete over 200,000 spam messages from a users Maildir/ when the rm command failed. “-bash: /bin/rm: Argument list too long”, it complained! So asking around I found out about that beauty of a command and how rm can only take a certain amount of arguments before failing.

Nice to know, as my journey of learning more about Debian Linux (and Linux in general) continues.