xargs vs -exec

Joseph Koshy joseph.koshy at gmail.com
Thu Feb 19 11:44:06 UTC 2009


> Is there any reason to use xargs instead of find's -exec option?

There would be fewer new processes created with xargs(1), compared to
using find -exec.

Koshy



More information about the freebsd-doc mailing list