emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#6216: closed (Feature request: Split -p)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6216: closed (Feature request: Split -p)
Date: Sun, 05 Dec 2010 22:14:02 +0000

Your message dated Sun, 05 Dec 2010 22:17:23 +0000
with message-id <address@hidden>
and subject line Re: bug#6216: Feature request: Split -p
has caused the GNU bug report #6216,
regarding Feature request: Split -p
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6216: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6216
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Feature request: Split -p Date: Tue, 18 May 2010 16:02:14 -0400 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


--- End Message ---
--- Begin Message --- Subject: Re: bug#6216: Feature request: Split -p Date: Sun, 05 Dec 2010 22:17:23 +0000 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3
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.


--- End Message ---

reply via email to

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