bug#9455: RFE: split --balanced (original) (raw)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
From: | Dave Yost |
---|---|
Subject: | bug#9455: RFE: split --balanced |
Date: | Tue, 6 Sep 2011 17:55:51 -0700 |
Z% for x in 1 2 3 4 5 6 7
for> do echo $x ; done | split --lines=3
pipe> && for x in x?? ; do echo "=== x";catx" ; cat x";catx ; done
=== xaa
1
2
3
=== xab
4
5
6
=== xac
7
In some applications, you would like split to more evenly apportion the output to the files, like this:
Z% for x in 1 2 3 4 5 6 7
for> do echo $x ; done | split --balanced --lines=3
pipe> && for x in x?? ; do echo "=== x";catx" ; cat x";catx ; done
=== xaa
1
2
3
=== xab
4
5
=== xac
6
7
- bug#9455: RFE: split --balanced,Dave Yost <=
- bug#9455: RFE: split --balanced, Bob Proulx, 2011/09/06
- bug#9455: RFE: split --balanced, Pádraig Brady, 2011/09/07
* bug#9455: RFE: split --balanced, Dave Yost, 2011/09/07
- Prev by Date:bug#9450: Bug report on 'dirname' : when jokers match several files
- Next by Date:bug#9455: RFE: split --balanced
- Previous by thread:bug#9450: Bug report on 'dirname' : when jokers match several files
- Next by thread:bug#9455: RFE: split --balanced
- Index(es):