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