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