John Abreau <abreauj at gmail.com> writes: > When I use find(1) and xargs(1), by default I always use something like > > find . -xdev ...... -print0 | xargs -0 .... Newer find programs directly support this idiom with find . -exec foo {} +