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