Delila Program: quoteline

quoteline program

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

{version = 1.01; (* of quoteline.p 1993 February 5}

(* begin module describe.quoteline *)
(*
name
   quoteline: add quote marks to the beginning of every line in a file

synopsis
   quoteline(input: in, output: out)

files
   input:  input file
   output: input file with " at the start of every line

description
   Add quotes to the input file.  This allows generation of moo notes easily.
   One may "cut and paste" pieces of the file into a @edit of a note, and the
   lines will be added to the file.  Crude but effective.

examples

documentation

see also

author
   Thomas Dana Schneider

bugs
   A poor way to do things.  Ftp would be better.

technical notes

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


{created by htmlink 1.62}