Maybe I've misunderstood the problem but you can also accomplish this with:

find -print0 | xargs -n3 -0 | split -l3

Reply via email to