git: 9front

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