cdx 0.1.21

Library and application for text file manipulation and command line data mining, a little like the gnu textutils
Documentation
#command cdx cut -f two $TMP/aaa $TMP/bbb
#infile aaa
 CDX	one	two	three
aaa	bbb	ccc
ddd	eee	fff
ggg	hhh	iii
#infile bbb
 CDX	zero	one	two
jjj	kkk	lll
mmm	nnn	ooo
ppp	qqq	rrr
#stdout
 CDX	two
bbb
eee
hhh
lll
ooo
rrr