git: 9front

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