By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 2.10; (* of rembla.p 2000 Jan 10}
(* begin module describe.rembla *)
(*
name
rembla: remove blanks from ends of lines in a file
synopsis
rembla(fin: in, fout: out, output: out)
files
fin: a text file
fout: a copy of fin with trailing blanks removed from all lines,
any blank lines at the end of the file will also be removed.
output: messages to the user
description
blanks can creep onto the end of lines in a file without one knowing
it, either by the computer system, from transportation or an editor.
this program removes those blanks, so that less storage is needed
for the file. some programs require that there be no blank lines in the
file, yet transportation can generate blank lines at the end of
the file. this program will remove such lines.
see also
Clone of this program using input and output: rb.p
author
thomas d. schneider
bugs
none known
*)
(* end module describe.rembla *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}