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