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