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