Delila Program: loocat

loocat program

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

{   version = 1.18; (* of loocat.p 2017 Jul 14}

(* begin module describe.loocat *)
(*
name
      loocat: look at a catalogue

synopsis
      loocat(cat: in, list: out, output: out)

files
      cat: a catalogue generated by the catal program
      list: a listing of the contents of cat
      output: messages to the user

description
      Loocat allows one to look at a catalogue that the librarian
      delila normally looks at.  These catalogues are files of a special
      type of record (called item) so that delila can read the information
      rapidly.  However this makes it difficult to see what the catalogue
      contains.  Loocat is useful for understanding or debugging catalogues.

documentation
      libdef, delman.construction.catal

see also
      catal.p, delila.p

author
      Gary Stormo and Thomas Schneider

bugs
      none known

*)
(* end module describe.loocat *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}