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