adlsort.icn: Program to sort address list entries

November 19, 1997; Ralph E. Griswold
See also: address.doc, adlcount.icn, adlfiltr.icn, adllist.icn, adlsort,icn, labels.icn Links: adlutils, options, namepfx
This file is in the public domain.
This program sorts entries in address lists.  The options are:

   -c      by country
   -n      by name
   -z      by ZIP code

   The default is -n.  If more than one option is specified, the
   order of dominance is -n -z -c.

Source code | Program Library Page | Icon Home Page