Hi guys,
suppose that I have a lot of files in my volume:my-vol and I have a command line program,f, that process them. How can I do this in parallel?
I figure it might be something like this
picloud mapexec -v my-vol -n w=f1,f2,f3,.... f {w}
But the question os how do I pass the list of file to the -n parameter?
Thanks you