in reply to Re: Finding files recursively
in thread Finding files recursively

Thanks for the reply!
By parallel process, I meant to use fork(). Consider a directory with multiple subdirectories. I will use a fork and find all the valid directories for each one and then merge the arrays.
Is it a bad idea?

Replies are listed 'Best First'.
Re^3: Finding files recursively
by marto (Cardinal) on Aug 05, 2019 at 09:17 UTC