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