GNU Parallel: Difference between revisions

No edit summary
Line 3: Line 3:
==Usage==
==Usage==
[https://www.gnu.org/software/parallel/parallel_tutorial.html parallel tutorial]
[https://www.gnu.org/software/parallel/parallel_tutorial.html parallel tutorial]
* <code>-j</code> lets you manually specify the number of parallel jobs.
** By default this is the number of CPU cores.
** You may want to decrease this to reduce memory usage or increase it if you're not CPU/IO bound.
;Progress
* <code>--progress</code> shows some progress information
* <code>--bar</code> shows a progress bar


==Replacement strings==
==Replacement strings==