I\'m familiar with creating \'temporary files\' for command input in bash, e.g.
cat file_1 <(echo hello) file_2
I want to read more abou
Also known as 'anonymous FIFO'.