mkfifo $tmp_fifofile ##创建命名管道 exec 6<>$tmp_fifofile ##把文件描述符6和FIFO进行绑定 rm -f $tmp_fifofile ##绑定后,该文件就可以删除了
確定! 回上一頁