Process substitution explained
Have you seen <( sub shell code ) in a shell script and wonder how it works?
It is called process substitution.
The shell substitutes it by a special file (device or fifo).
The ( sub shell code ) is run asynchronously…
|