#!/bin/bash #Client.sh #不斷向fifo寫入數據tmp_fifo="/tmp/test.fifo" rm -f $tmp_fifo mkfifo $tmp_fifo exec 6<>$tmp_fifo #這句話能把管道變成非 ...
確定! 回上一頁