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