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