README These are share files. Candidate files to go into share, are textual data files, that fall, in general, on two categories: . contains some kind of information, need to be consulted, from time to time, in order to remember a particular detail, for instance, the order of some arguments, on some function. . contains frequently used data, such as tables for making some tests, for instance -- Most of files, has a short description, that may be quickly seen, by using: gawk '/ -- /{print;nextfile}' * -- FILE NAMING some files, contains some kind of common pattern, to endorse the meaning of a family subject: t-* table, contains some kind of data tables sum.* summaries, contains summaries of languages, etc... syms.* symbols, contains special symbols zipcodes.* zipcodes for several countries phone.* prefixes used when phoning -- Carlos Duarte, 980629/981011 ==== # ascii -- ascii table # keyb-layout.pt -- layout for some models of a portuguese keyboard # paper-format -- description of paper formats # phone.inter (from bsd dist) -- phone and city prefixes for phoning # phone.pt -- prefix codes for portuguese locations # sum.awk -- summary of awk(1) # sum.c -- summary of C language # sum.me -- summary for macros -me # sum.sed -- summary of sed(1) commands # sum.tc -- summary of termcap(5) capabilities # syms.roff -- special characters for roff # t-cols -- display lines with several lengths # t-rows -- display several numbered lines # zipcodes.pt -- portugal postal codes