What is the name for `<(…)` 'operator' in bash?

后端 未结 2 979
忘掉有多难
忘掉有多难 2020-11-27 23:14

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

2条回答
提交回复
热议问题