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