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