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