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