Delila Program: short

short program

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

{version = 1.01; (* of short 1985 may 30}

(* begin module describe.short *)
(*
name
      short: find locations of short lines in a file

synopsis
      short(fin: in, fout: out, shortp: in, output: out)

files
      fin: the file to be analyzed
      fout: a list of lines that are short.
      shortp: a parameter to determine what 'short' means.
         this is one integer.  lines of this length or shorter
         will be reported to fout.
      output: messages to the user

description
      database programs that scan a line and assume that there are
      a certain number of characters on the line will lose track of
      the correct location if the line is shorter than they expect.
      this has happened with delila and dbcat.  the short program
      scans a file for lines shorter than a given length and
      lists them in the fout file.  the purpose of the program is
      to help debug database programs.


author
      thomas schneider

bugs
      none known
*)
(* end module describe.short *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}