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
12
13
14
15
16
#command cdx join -ktwo.tres,float $TMP/aaa $TMP/bbb -o 2.1-3,~2,1.3,1.1
#infile aaa
 CDX	one	two	three
aaa	3	ccc
ddd	20	fff
ggg	100	iii
#infile bbb
 CDX	uno	dos	tres
bbb	DDD	3
ddd	FFF	4
ggg	III	50
hhh	JJJ	100
#stdout
 CDX	uno	tres	three	one
bbb	3	ccc	aaa
hhh	100	iii	ggg