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