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