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