“In addition to the fairly common forms of input/output
redirection the shell recognizes something called process
substitution. Although not documented as a form of input/output
redirection, its syntax and its effects are similar.“The syntax for process substitution is:
“<(list)
or
>(list)“where each list is a command or a pipeline of
commands…”