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