bug-coreutils
[Top][All Lists]
Advanced

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

bug#6216: Feature request: Split -p


From: Rich Jones
Subject: bug#6216: 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


reply via email to

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