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