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