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