coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to make a temp fifo?


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]