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