Delila Program: nomultiblank

nomultiblank program

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

{version = 1.00; (* of nomultiblank.p 2006 Nov 25}

(* begin module describe.nomultiblank *)
(*
name
   nomultiblank: remove all multiple blank lines from a file

synopsis
   nomultiblank(input: in, out, output: out)

files
   input:  a text file

   output: the text file with multile blank lines in the middle
      replaced by a single blank line.

description

   This program will remove multiple blanks lines in the middle of a
   file.  It will also remove lines that have only blank characters.

examples

documentation

see also
   rembla.p noblank.p

author
   Thomas Dana Schneider

bugs

technical notes

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


{created by htmlink 1.62}