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