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