home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gettext-0.10.24-src.tgz
/
tar.out
/
fsf
/
gettext
/
doc
/
iso-apdx.sed
< prev
next >
Wrap
Text File
|
1996-09-28
|
185b
|
20 lines
#! /usr/bin/sed -f
#
# each line of the form ^.. .* contains the code for a country.
#
/^.. / {
h
s/^.. \(.*\)/\1./
x
s/^\(..\).*/@item \1/
G
p
}
#
# delete the rest
#
d