Process substitution in bash
There’s a very clever syntax in bash (and several other unix shells) that allows the output / input for subcommands to be hooked together. http://tldp.org/LDP/abs/html/process-sub.html… Read More »Process substitution in bash