This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xargs still nok?


On Thu, 08 Sep 2005 15:38:24 +0000,  wrote:

>> thnx everybody for xargs tutorial (bit of a strange beast xargs!).
>> Here's the crux of the matter ISFAIUI
>> 
>> if you want to pipe the o/p of find then xargs will 'regulate' the flow of 
>> filenames
>> 
>> if you use the -exec method that is inherently on a per file basis so does not 
>> require xargs but
>> with a speed penalty for a large number of files
>
>You missed a point - the relatively new POSIX-mandated find
>`-exec utility {} +' form does the same thing as basic xargs, and
>with one less process, so it is even faster than piping find to xargs.
Ah twigged, the + says batch

So really it's Argh no more Xargs !!

-- 
zzapper
Success for Techies and Vim,Zsh tips
http://SuccessTheory.com/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]