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