Re: Pair-wise file operation (copy, link)

2024-08-26 Thread Carl Edquist
On Sun, 25 Aug 2024, Yair Lenga wrote: In my case, I have to bulk-move about 2500 files. This is part of a recurring sync job that has to mirror an existing hierarchy into a new hierarchy with different naming rules. It takes no time to create the mapping (even in bash script, case statement

Re: Pair-wise file operation (copy, link)

2024-08-26 Thread Yair Lenga
good point. I'm running in a VM that is mounting NFS volume. may be part of the problems (slow exec) are related to search path/slow exec. I'll check and revert. On Sun, Aug 25, 2024, 19:34 Glenn Golden wrote: > Yair Lenga [1970-01-01 00:00:00 +]: > > > > In my case, I have to bulk-move abo

Re: Pair-wise file operation (copy, link)

2024-08-26 Thread Rob Landley
On 8/25/24 18:34, Glenn Golden wrote: > Since you were reporting 2 min, was wondering what your platform is and > whether there might be something else involved eating the 2 min realtime? Slowest exec I've had to deal with on a modern still-active system is mac homebrew, which was about 1/3 of a s