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