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