GNU parallel
For example, to process listed files in parallel:
-k Keep same order
--eta Show the estimated number of seconds before finishing
parallel
replaces {}
by the output files of ls
for this example.
For example, to process listed files in parallel:
-k Keep same order
--eta Show the estimated number of seconds before finishing
parallel
replaces {}
by the output files of ls
for this example.