Sign in
plan9port
/
plan9
/
2d2146af83e2f3593335bfc8a03d466cd79f5e31
/
.
/
troff
/
font
/
devutf
/
mkMAP
blob: d7f0d5dd23facafb83f94e7716e728b38f386386 [
file
]
#!/bin/rc
grep
' '
$
*
|
awk
'
$2 != "\"" {last = $4}
{printf("\t%s\t%s\n", $1, last)}
'