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