GNU bug report logs - #6216
Feature request: Split -p

Previous Next

Package: coreutils;

Reported by: Rich Jones <miserlou <at> gmail.com>

Date: Tue, 18 May 2010 20:50:03 UTC

Severity: wishlist

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6216 in the body.
You can then email your comments to 6216 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org:
bug#6216; Package coreutils. (Tue, 18 May 2010 20:50:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rich Jones <miserlou <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Tue, 18 May 2010 20:50:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rich Jones <miserlou <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: Feature request: Split -p
Date: Tue, 18 May 2010 16:02:14 -0400
[Message part 1 (text/plain, inline)]
Hey guys!

Been fighting with batch splitting lately, was wondering if anybody would be
interested in having a split -p --parts feature. It would take an integer
and try to split the file into that many parts with as equal sizes as
possible.

Example:
:ls
2G file.dat
:split -p 2 file.dat
:ls
2G file.dat
1G xaa
1G xab

Would you be interested enough to code this? If not, would you be interested
enough to merge a patch?

Thanks,
Rich
[Message part 2 (text/html, inline)]

Information forwarded to owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org:
bug#6216; Package coreutils. (Tue, 18 May 2010 22:39:01 GMT) Full text and rfc822 format available.

Message #8 received at 6216 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Rich Jones <miserlou <at> gmail.com>
Cc: 6216 <at> debbugs.gnu.org
Subject: Re: bug#6216: Feature request: Split -p
Date: Tue, 18 May 2010 23:36:09 +0100
On 18/05/10 21:02, Rich Jones wrote:
> Hey guys!
> 
> Been fighting with batch splitting lately, was wondering if anybody would be
> interested in having a split -p --parts feature. It would take an integer
> and try to split the file into that many parts with as equal sizes as
> possible.
> 
> Example:
> :ls
> 2G file.dat
> :split -p 2 file.dat
> :ls
> 2G file.dat
> 1G xaa
> 1G xab
> 
> Would you be interested enough to code this? If not, would you be interested
> enough to merge a patch?

We're about to merge a patch to do just that!
http://lists.gnu.org/archive/html/bug-coreutils/2010-02/msg00034.html

I'll reply to this bug when we do.

cheers,
Pádraig.




Information forwarded to owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org:
bug#6216; Package coreutils. (Tue, 18 May 2010 22:50:03 GMT) Full text and rfc822 format available.

Message #11 received at 6216 <at> debbugs.gnu.org (full text, mbox):

From: Rich Jones <miserlou <at> gmail.com>
To: Pádraig Brady <P <at> draigbrady.com>
Cc: 6216 <at> debbugs.gnu.org
Subject: Re: bug#6216: Feature request: Split -p
Date: Tue, 18 May 2010 18:45:24 -0400
[Message part 1 (text/plain, inline)]
Awesome.  You're the man, Pádraig!

R

2010/5/18 Pádraig Brady <P <at> draigbrady.com>

> On 18/05/10 21:02, Rich Jones wrote:
> > Hey guys!
> >
> > Been fighting with batch splitting lately, was wondering if anybody would
> be
> > interested in having a split -p --parts feature. It would take an integer
> > and try to split the file into that many parts with as equal sizes as
> > possible.
> >
> > Example:
> > :ls
> > 2G file.dat
> > :split -p 2 file.dat
> > :ls
> > 2G file.dat
> > 1G xaa
> > 1G xab
> >
> > Would you be interested enough to code this? If not, would you be
> interested
> > enough to merge a patch?
>
> We're about to merge a patch to do just that!
> http://lists.gnu.org/archive/html/bug-coreutils/2010-02/msg00034.html
>
> I'll reply to this bug when we do.
>
> cheers,
> Pádraig.
>
[Message part 2 (text/html, inline)]

Reply sent to Pádraig Brady <P <at> draigBrady.com>:
You have taken responsibility. (Sun, 05 Dec 2010 22:14:02 GMT) Full text and rfc822 format available.

Notification sent to Rich Jones <miserlou <at> gmail.com>:
bug acknowledged by developer. (Sun, 05 Dec 2010 22:14:02 GMT) Full text and rfc822 format available.

Message #16 received at 6216-done <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Rich Jones <miserlou <at> gmail.com>
Cc: 6216-done <at> debbugs.gnu.org
Subject: Re: bug#6216: Feature request: Split -p
Date: Sun, 05 Dec 2010 22:17:23 +0000
On 18/05/10 23:36, Pádraig Brady wrote:
> On 18/05/10 21:02, Rich Jones wrote:
>> Hey guys!
>>
>> Been fighting with batch splitting lately, was wondering if anybody would be
>> interested in having a split -p --parts feature. It would take an integer
>> and try to split the file into that many parts with as equal sizes as
>> possible.
>>
>> Example:
>> :ls
>> 2G file.dat
>> :split -p 2 file.dat
>> :ls
>> 2G file.dat
>> 1G xaa
>> 1G xab
>>
>> Would you be interested enough to code this? If not, would you be interested
>> enough to merge a patch?
> 
> We're about to merge a patch to do just that!
> http://lists.gnu.org/archive/html/bug-coreutils/2010-02/msg00034.html
> 
> I'll reply to this bug when we do.

Fixed with http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=be107398

cheers,
Pádraig.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Jan 2011 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.