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