Tips and Traps¶
- Forggeting
$
is a common mistake when using a shell variable.
Parallel Computing in Bash
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
& and wait
-
parallel
-
xargs
parallel
is a cool bash command which makes parallel computing easy in Bash.
It is a parallel version replacement of xargs
.