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