git: 9front

ref: a1bea530d1d28fb1ae27d50f56a2f5fb6c92e3a3
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