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