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