Look! An xargs!!

Adam R de Boor deboor at buddy.Berkeley.EDU
Tue Sep 5 14:44:32 AEST 1989


> The first solution was actually better, because it didn't bump into
> the exec args limit that is the main reason for xargs's existence.

I beg to differ: the first solution was worse than using the -exec arg
to find since it still executed the command for each found file but
had the overhead of the shell and pipe and while loop to contend with
besides. It also didn't handle args with spaces in them :)

a



More information about the Comp.unix.wizards mailing list