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