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