|
From: | Peng Yu |
Subject: | How to make a temp fifo? |
Date: | Fri, 11 Nov 2011 12:36:15 -0600 |
Hi, I'm wondering if there is a way to make a temp fifo. I could use the following to generate a temp fifo. But I'm wondering what is the safest way to generate a temp fifo. file=`mktemp -u` mkfifo $file <do something> rm $file -- Regards, Peng
[Prev in Thread] | Current Thread | [Next in Thread] |