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