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