Re:

2019-03-18 Thread Budi
How do we make 'find' to perform -exec with its argument is from -printf, not from the default find output. tried so far in vain: find ~+ -type d -printf '%p /d/data/%p_%s\n' -exec cp \{\} \; Thanks! On 3/16/19, Dale R. Worley wrote: > I think what you are asking for is something like: > >

Re:

2019-03-18 Thread Tavian Barnes
> On 3/14/19 9:49 PM, Budi wrote: > > How do we make findutil search in ply by ply depth instead of binary > > search tree, ie. how to make it search on a ply depth thoroughly > > without getting inside any directory there before all par member is > > read and retrieved > I'm not exactly sure what