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 >
Text File  |  1996-09-28  |  185b  |  20 lines

  1. #! /usr/bin/sed -f
  2. #
  3. # each line of the form ^.. .* contains the code for a country.
  4. #
  5. /^.. / {
  6.   h
  7.   s/^.. \(.*\)/\1./
  8.   x
  9.   s/^\(..\).*/@item \1/
  10.   G
  11.   p
  12. }
  13. #
  14. # delete the rest
  15. #
  16. d
  17.  
  18.  
  19.  
  20.