Delila Program: sumfile

sumfile program

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

{version = 1.00; (* of sumfile 1989 March 31}

(* begin module describe.sumfile *)
(*
name
   sumfile: sum of file sizes

synopsis
   sumfile(input: in, output: out)

files
   input:  the input to this program should be from the Unix command:
       du -s ~/_*
      (where the underscore should be removed; it is there to avoid
       a stupid compiler bug!!)
   output: The output is three columns:
      first column is the first column of the input, the size in kb of
         the various files
      second column is the running sum of the first column
      third column is the same as the second column of the input, the
         names of the files.

description
   The program allows one to find out how many files will fit onto a tape.

examples
   An example of the use of this form is module describe.lister

documentation
   see the man page for du.

author
   Thomas Dana Schneider

bugs
   none known

technical notes
   none.

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


{created by htmlink 1.62}