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