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