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