tmp_dir=$(mktemp -d) mkfifo "$tmp_dir/f1" "$tmp_dir/f2" command1 <"$tmp_dir/f1" ... The shell creates the pipe and passes a file name like ...
確定! 回上一頁