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