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