644/bin/rm: Argument list too long.

Hmm. That’s an interesting one. After an app crashed on me, it left hundreds (thousands?) of files littering my desktop. The expected rm littering_files* produced the unexpected error message:
/bin/rm: Argument list too long.
Seems like a BSD kernel limitation. Here is more.