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