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