bug-coreutils
[Top][All Lists]
Advanced

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

Re: new coreutil? shuffle - randomize file contents


From: Frederik Eaton
Subject: Re: new coreutil? shuffle - randomize file contents
Date: Sun, 5 Jun 2005 12:45:57 -0700
User-agent: Mutt/1.5.9i

> $ print -l g f e d c b a | ./sort -R | md5sum
> dda0a6660319917afd6ed021f27fb452  -
> $ print -l a b c d e f g | ./sort -R | md5sum
> dda0a6660319917afd6ed021f27fb452  -

By the way, this wouldn't actually be the default behavior, you'd have
to specify an explicit seed and have it be the same each time to be
reproducible...

Frederik




reply via email to

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