Process substitution in bash
by igadoter from LinuxQuestions.org on (#5H3ZC)
I want to discuss the feature - and try to understand how it works. Here real-life example to count md5sum on a fly https://www.linuxquestions.org/quest...ml#post6245276. Ok start with this
Code:% echo >(:)what's the output? And the question: what really is "process substitution" when working in command line?


Code:% echo >(:)what's the output? And the question: what really is "process substitution" when working in command line?