xargs instead of find -exec

From: Steve Nelson (sanelson@gmail.com)
Date: Thu Mar 17 2005 - 02:15:14 EST


Hi All,

I have a recollection that its better to use find | xargs than find
-exec {} \; on account of find hitting a recursion limit. Iirc xargs
runs a command multiple times to exhaust all arguments in stdin, so
doesn't his this problem.

Can someone confirm/deny this recollection, and maybe furnish me with
an example?

Thanks,

Steve Nelson
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:30:22 EDT