shell ——mkfifo管道(代码片段) ... 创建命名管道的方法为:mkfifo pipe_name。 这样就能创建一个命名的管道pipe_name。 ... 读取管道内容:cat < pipe_name便可 ...
確定! 回上一頁