xref
: /
plan9
/
sys
/
lib
/
troff
/
font
/
devutf
/
mkMAP
(revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
rc
2
grep
' '
$* |
awk
'
3
$2 != "\"" {last = $4}
4
{printf("\t%s\t%s\n", $1, last)}
5
'
6