Re: About speed evaluation

2020-09-08 Thread Greg Wooledge
On Sun, Sep 06, 2020 at 12:06:26PM -0700, L A Walsh wrote: > On 2020/09/06 05:52, Oğuz wrote: > > 6 Eylül 2020 Pazar tarihinde almahdi yazdı: > > > > > How slower find -exec repetitively calling bash -c'' for invoking a > > > function > > > inside, compare to pipe repeated > > >How I re

Re: About speed evaluation

2020-09-06 Thread L A Walsh
On 2020/09/06 05:52, Oğuz wrote: 6 Eylül 2020 Pazar tarihinde almahdi yazdı: How slower find -exec repetitively calling bash -c'' for invoking a function inside, compare to pipe repeated How I read that (dunno if it is right) was: "How much slower is 'find -exec' than repetit

Re: About speed evaluation

2020-09-06 Thread Oğuz
6 Eylül 2020 Pazar tarihinde almahdi yazdı: > How slower find -exec repetitively calling bash -c'' for invoking a > function > inside, compare to pipe repeated > > such this > https://stackoverflow.com/questions/4793892/recursively- > rename-files-using-find-and-sed > all work correctly, so this

About speed evaluation

2020-09-05 Thread almahdi
How slower find -exec repetitively calling bash -c'' for invoking a function inside, compare to pipe repeated such this https://stackoverflow.com/questions/4793892/recursively-rename-files-using-find-and-sed all work correctly, so this ask all just on speed evaluation or comparison (1st answer s