By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.00; (* of noblank.p 1998 April 29}
(* begin module describe.noblank *)
(*
name
noblank: remove all blank lines from a file
synopsis
noblank(input: in, out, output: out)
files
input: a text file
output: the text file with blank lines removed from the middle
description
This program will remove lines with blanks in them from the middle of a
file. It will also remove lines that have only blank characters.
examples
documentation
see also
rembla.p
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.noblank *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}