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