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