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