& done – parallelize the bash for loop October 18, 2018October 18, 2018 | biolyons perhaps I would have finished my last paper a month earlier if I had known about this simple trick: when running a simple for loop in bash, take advantage of a multicore processor and use an “&” rather than “;” to close the loop. for instance: Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related