cdx 0.1.23

Library and application for text file manipulation and command line data mining, a little like the gnu textutils
1
2
3
4
5
6
7
8
9
10
11
#command cdx sort --key 2,float
#stdin
 CDX	one	two	three
aaa	27.5	ccc
zzz	-32	lll
fff	abc	kkk
#stdout
 CDX	one	two	three
zzz	-32	lll
fff	abc	kkk
aaa	27.5	ccc