bug-coreutils
[Top][All Lists]
Advanced

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

[patch #6797] shred option to use internal RNG


From: Eric Blake
Subject: [patch #6797] shred option to use internal RNG
Date: Wed, 01 Apr 2009 18:57:13 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16 Mnenhy/0.7.5.666

Follow-up Comment #3, patch #6797 (project coreutils):

The random data does not have to reside on disk.  You can use a named fifo
and use another process to generate random data into the pipe.  In other
words, if you can generate the data on the fly, you do not need pre-save it on
disk.  Modern shells make this easy with process substitution:
--random-source=<(your random generator process).  But even without that,
coreutils includes the mkfifo program to create your own named fifo.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6797>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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