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