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