home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff270.lzh / ColumnSet / README < prev    next >
Text File  |  1989-11-06  |  2KB  |  29 lines

  1. Enclosed are:
  2.  
  3. column_set.MOD - BENCHMARK Modula-2 source code for the column_set executable.
  4.  
  5. column_set.doc - an excuse sheet for foisting this program on an unsuspecting
  6.                  Amiga community.
  7.  
  8. column_set     - an executable to typeset a file of one "word" per line into
  9.                  as many even columns as will fit across a page with at least
  10.                  one space between columns, with lots of options.
  11.  
  12. ld             - a primitive directory listing AmigaDOS script (hopefully
  13.                  self documenting) which uses the column_set executable to
  14.                  lay out a listing of a directory with more than two columns
  15.                  of (sorted) file names.  Uses AmigaDOS functions "list" and
  16.                  "sort", my "column_set", and the PD routine "less".  This
  17.                  is included because it was my dissatisfaction with the "dir"
  18.                  output that led me to write column_set in the first place.
  19.                  In typical Unix(tm) fashion, I used working routines where
  20.                  possible, and wrote only the minimum additional code needed
  21.                  to complete the task, as "column_set.MOD".  Script "ld" is
  22.                  a moderately interesting example in itself for those, like
  23.                  me, to whom the AmigaDOS Manual's description of script
  24.                  construction leaves working examples lacking, and concepts
  25.                  unclear.
  26.  
  27.  
  28. Kent Paul Dolan, xanthian@well.sf.ca.us, 27 October 1989
  29.