即:
gen_input | cat - | parse_input_and_stdin
将gen_input的输出发送到parse_input_and_stdin,然后打开stdin以获得更多交互式输入.
cat <(gen_input) - | parse_input_and_stdin