Delila Program: sqz

sqz program

Documentation for the sqz program is below, with links to related programs in the "see also" section.

{version = 1.14; (* of sqz.p 1994 sep 5}

(* begin module describe.sqz *)
(*
name
   sqz: squeeze the input file to fit into fewer characters per line

synopsis
   sqz(fin: in, fout: out, output: out, sqzp: in);

files
   fin: a text file with lines longer than 80 characters
   fout: the squeezed file.  all lines that end with the endofline symbol
      are to be continued on the next line.
      the endofline symbol is written out as the first character of the
      file, so that the unsqz program can use it.
      if the endofline symbol is found anywhere in the fin file,
      then the fout will be emptied, and the program will halt.
   sqzp: if not empty, then the first character redefines
      the endofline symbol.
   output: messages to the user

describe
   for transportation, this program allows a file to be compressed
   to fewer than 80 characters per line.

see also
   unsqz.p

author
   thomas dana schneider

bugs
   none known

technical note:
   the default endofline character is defined by a global constant
*)
(* end module describe.sqz *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}