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