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