git: 9front

ref: 9faf920d8383870a055ee9bc93d571cd7b8a9e9e
dir: /sys/src/cmd/dict/egfix2/

View raw version
#!/bin/rc

awk '
BEGIN	{ FS = "	|, " }
	{ for(i=2; i<=NF; i++)print $i "	" $1 }
' $1 |
tr A-Z a-z |
sort -u -t'	' +0f -1 +0 -1 +1n -2