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