in reply to Re^6: unix loops in perl
in thread unix loops in perl
"If you do the work in a loop, you only use one process. If you create new processes and have each process do a portion of the work, then you create new processes. I don't see where that gets confusing."
Ok, in original post was :I was talking about ;-)for x in x y z ; do perl -bla 'bla bla' ; done
|
|---|