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