plan9port/troff/font/devutf/mkMAP

6 lines
88 B
Text
Raw Normal View History

2004-05-15 23:45:13 +00:00
#!/bin/rc
grep ' ' $* | awk '
$2 != "\"" {last = $4}
{printf("\t%s\t%s\n", $1, last)}
'