mkMAP 88 B

12345
  1. #!/bin/rc
  2. grep ' ' $* | awk '
  3. $2 != "\"" {last = $4}
  4. {printf("\t%s\t%s\n", $1, last)}
  5. '