Em suma, não.
A resposta longa:
- Localizar executará o comando especificado por exec para cada correspondência, portanto, se o seu achado gerar 20 arquivos, ele executará 20 instâncias separadas de rm.
- xargs irá determinar o comprimento máximo de comando para o seu shell e adicionar argumentos dentro desses limites, como você pode ver com a saída de xargs --show-limits
mtak@frisbee:~$ xargs --show-limits
Your environment variables take up 4050 bytes
POSIX upper limit on argument length (this system): 2091054
POSIX smallest allowable upper limit on argument length (all systems): 4096
Maximum length of command we could actually use: 2087004
Size of command buffer we are actually using: 131072