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