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