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