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