Linux Process Substitution: <() and >()
Process substitution is one of those shell features that seems esoteric until you need it—then it becomes indispensable. At its core, process substitution allows you to use command output where a…
Read more →