in reply to Re^4: Myth busted: Shell isn't always faster than Perl
in thread Myth busted: Shell isn't always faster than Perl
xargs is smart enough to deal with that. If the argument list would exceed certain limits (may depend on the system and the build to xargs, for some versions of xargs, limits can be set as parameters), as many copies of the program will be fired up as necessary. Limits exist on the number of arguments, and the total length of the arguments.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Myth busted: Shell isn't always faster than Perl
by polettix (Vicar) on Jan 05, 2006 at 17:35 UTC | |
by Perl Mouse (Chaplain) on Jan 05, 2006 at 22:20 UTC |