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