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