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