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