Delila Program: roundfile

roundfile program

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

{   version = 1.03; (* of roundfile 2006 Dec 30}

(* begin module describe.roundfile *)
(*
name
   roundfile: rounds off a file by droping incomplete last lines

synopsis
   roundfile(input: in, output: out)

files
   input: a text file, possibly ending without a carriage return.
   output: the text file from input copied, but without the last line
     if that has no carriage return

description

   Remove partial lines at the end of a file.  For example, if a
   program is creating a xyin file, the file may be incomplete because
   of a partially written output buffer.  But one may still want to
   graph it even thouth only part of a xyin line has been written.
   Since the xyplo program would object to a partial line, the
   roundfile program removes the incomplete line, allowing the graph
   to be created.

see also
   xyplo.p

author
   Thomas Dana Schneider

bugs
   none known

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


{created by htmlink 1.62}