split --filter=CMD: last call

2011-05-03 Thread Jim Meyering
I've fixed the problems spotted by Pádraig Brady in the first round, http://thread.gmane.org/gmane.comp.gnu.coreutils.general/1138 and have merged all code-changing commits into Karl's initial one. This is rebased against the current head, and does compile ;-) and passes all tests. [PATCH 1/3] s

Re: split --filter=CMD: last call

2011-05-03 Thread Pádraig Brady
On 03/05/11 09:54, Jim Meyering wrote: > > [PATCH 1/3] split: accept new output --filter=CMD option > [PATCH 2/3] tests: test split's new --filter=CMD option > [PATCH 3/3] doc: document split's new --filter=CMD option I should also play devil's advocate and point out the existing alternative to s

Re: split --filter=CMD: last call

2011-05-03 Thread Jim Meyering
Pádraig Brady wrote: > On 03/05/11 09:54, Jim Meyering wrote: >> >> [PATCH 1/3] split: accept new output --filter=CMD option >> [PATCH 2/3] tests: test split's new --filter=CMD option >> [PATCH 3/3] doc: document split's new --filter=CMD option > > I should also play devil's advocate and point > ou

Re: split --filter=CMD: last call

2011-05-06 Thread Jim Meyering
Jim Meyering wrote: > I've fixed the problems spotted by Pádraig Brady in the first round, > http://thread.gmane.org/gmane.comp.gnu.coreutils.general/1138 > and have merged all code-changing commits into Karl's initial one. > This is rebased against the current head, and does compile ;-) > and p