Delila Program: cnsr

cnsr program

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

{   version = 1.01; (* of cnsr.p 2007 May 22}

(* begin module describe.cnsr *)
(*
name
   cnsr: removes text from a file

synopsis
   cnsr(input: in, output: out)

files
   input:  input file with marked text
   output: output file with marked text removed

description

   The cnsr program allows one to manipulate a text file to remove
   marked text automatically.  Any text surrounded by [[ and ]] will
   not be copied to the output.  This includes the double brackets
   themselves.

   The program originated from the censor program.  The censor program
   requires that the [[ and ]] be inside Pascal comments, which
   restricts its use to files that have those.  That is an unnecessary
   restriction since Pascal code doesn't contain [[ and ]] anyway.
   However, for stability of the many scripts that use censor, the
   cnsr program was written as a replacement but censor is still
   around.

examples

documentation

see also

   Original program for censoring Pascal programs: censor.p

author
   Thomas Dana Schneider

bugs

technical notes

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


{created by htmlink 1.62}