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