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