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