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