As zsh is mentioned at various points throughout the article I'll add that zargs¹ is often a great alternative to xargs. Combined with zsh's awesome globbing and filtering functionality it is often far nicer to work with than find.
1. https://github.com/zsh-users/zsh/blob/master/Functions/Misc/... or zshcontrib(1)