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