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