By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.01; (* of whole.p 1997 November 3}
(* begin module describe.whole *)
(*
name
whole: create whole lines
synopsis
whole(input: in, output: out)
files
input: a file
output: the file without an incomplete final line if it existed.
description
The program reads lines from input and puts complete ones that
end with an end of line to the output.
Lines at the end of the file are ignored.
This allows one to strip incomplete lines from a data file
to allow plotting by xyplo, while the data file is being made.
THE PROGRAM SIMPLY REMOVES THE LAST LINE NO MATTER WHAT.
examples
documentation
see also
xyplo
author
Thomas Dana Schneider
bugs
technical notes
linemax is a constant that is the maximum length of lines
*)
(* end module describe.whole *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}