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