Re: Generate random numbers with shuf

2013-07-10 Thread Pádraig Brady
On 07/05/2013 10:43 PM, Assaf Gordon wrote: On 07/05/2013 12:12 PM, Pádraig Brady wrote: On 07/05/2013 07:04 PM, Assaf Gordon wrote: Hello, Regarding old discussion here: http://lists.gnu.org/archive/html/coreutils/2011-02/msg00030.html Attached is a patch with adds --repetition option

Re: Generate random numbers with shuf

2013-07-10 Thread Assaf Gordon
On 07/10/2013 09:20 AM, Pádraig Brady wrote: I've split to two patches. 1. Unrelated test improvements. 2. All the rest ... Note in both patches I made adjustments to the tests [...] ... I.E. avoid cat unless needed, and paste is more general than fmt in this usage. ... Also I

Re: Generate random numbers with shuf

2013-07-10 Thread Pádraig Brady
On 07/11/2013 12:54 AM, Assaf Gordon wrote: On 07/10/2013 09:20 AM, Pádraig Brady wrote: I've split to two patches. 1. Unrelated test improvements. 2. All the rest ... Note in both patches I made adjustments to the tests [...] ... I.E. avoid cat unless needed, and paste is more

Re: Generate random numbers with shuf

2013-07-05 Thread Assaf Gordon
-0600 Subject: [PATCH 0/7] *** SUBJECT HERE *** *** BLURB HERE *** Assaf Gordon (7): shuf: add --repetition to generate random numbers shuf: add tests for --repetition option shuf: mention new --repetition option in NEWS shuf: document new --repetition option shuf: enable --repetition

Re: Generate random numbers with shuf

2013-07-05 Thread Pádraig Brady
On 07/05/2013 07:04 PM, Assaf Gordon wrote: Hello, On 07/04/2013 05:40 PM, Pádraig Brady wrote: On 07/04/2013 09:41 PM, Assaf Gordon wrote: Regarding old discussion here: http://lists.gnu.org/archive/html/coreutils/2011-02/msg00030.html Attached is a patch with adds --repetition option

Re: Generate random numbers with shuf

2013-07-05 Thread Assaf Gordon
*** *** BLURB HERE *** Assaf Gordon (14): shuf: add --repetition to generate random numbers shuf: add tests for --repetition option shuf: mention new --repetition option in NEWS shuf: document new --repetition option shuf: enable --repetition on stdin/FILE/-e input shuf: add tests

Generate random numbers with shuf

2013-07-04 Thread Assaf Gordon
random numbers shuf: add tests for --repetition option shuf: mention new --repetition option in NEWS shuf: document new --repetition option NEWS | 3 +++ doc/coreutils.texi | 23 +++ src/shuf.c | 50