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