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