Re: [patch] - random(6)

2007-01-09 Thread Victor Loureiro Lima
commit it to the source tree att, victor loureiro lima -- Forwarded message -- From: Victor Loureiro Lima [EMAIL PROTECTED] Date: 27/11/2006 15:19 Subject: [patch] - random(6) To: [EMAIL PROTECTED] Hello Sean, My name is Victor, I've sent you a patch which solved

Re: [patch] - random(6)

2007-01-09 Thread Victor Loureiro Lima
[EMAIL PROTECTED] Date: 27/11/2006 15:19 Subject: [patch] - random(6) To: [EMAIL PROTECTED] Hello Sean, My name is Victor, I've sent you a patch which solved the bug in which random(6) would be way to slow to handle files that are greater than 10MB+, well, I am re-sending you

Fwd: [patch] - random(6)

2007-01-08 Thread Victor Loureiro Lima
-- From: Victor Loureiro Lima [EMAIL PROTECTED] Date: 27/11/2006 15:19 Subject: [patch] - random(6) To: [EMAIL PROTECTED] Hello Sean, My name is Victor, I've sent you a patch which solved the bug in which random(6) would be way to slow to handle files that are greater than 10MB+, well, I am re-sending

random (6)

1999-11-29 Thread Alban Hertroys
I have a small patch that adds an option (-s) to the random command. It prints one random line out of every _denominator_ lines to stdout. For example, if you feed it an ls of /bin (32 files) to stdin, with "random -s 4" you will get series of 8 (=32/4) random filenames from /bin.