Re: find -limit 44

2014-07-29 Thread 積丹尼 Dan Jacobson
I don't know... I just thought that maybe it might be more efficient than |sed NNq in some situations to make it worth it.

Re: find -limit 44

2014-07-29 Thread Bernhard Voelker
On 07/30/2014 05:46 AM, 積丹尼 Dan Jacobson wrote: > Perhaps a -limit option could be added to find. > Would find -limit 22 be much more efficient than find|sed 22q ? Thanks for the proposal, but could you please elaborate in what combination of other flags this might be most useful? I'm asking beca

find -limit 44

2014-07-29 Thread 積丹尼 Dan Jacobson
Perhaps a -limit option could be added to find. Would find -limit 22 be much more efficient than find|sed 22q ?