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