Run echo command parallel with 6 instances with parameters from a file names list
parallel -j 6 --line-buffer echo < list
Parallel command for executing things in Parallel
Run echo command parallel with 6 instances with parameters from a file names list
parallel -j 6 --line-buffer echo < list