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