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