cdx 0.1.21

Library and application for text file manipulation and command line data mining, a little like the gnu textutils
Documentation
1
2
3
4
5
6
7
8
9
10
11
#command cdx sort -k ,expr.rev,two+three
#stdin
 CDX	one	two	three	four
aaa	1	2	bbb
bbb	2	3	ccc
ddd	-2	3	eee
#stdout
 CDX	one	two	three	four
bbb	2	3	ccc
aaa	1	2	bbb
ddd	-2	3	eee