ref: 128f40e96a1391f4bfabcb545f23ad2a37140b10 dir: /sys/src/cmd/dict/rev.awk/
NF == 2 { printf "%s\t%s\n", $2, $1 } NF != 2 { print "ERROR " $0 }