mcopy program

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

{version = 1.01; (* of mcopy.p 1995 April 7}

(* begin module describe.mcopy *)
(*
name
   mcopy: copy the input to the output only following the first control m

synopsis
   mcopy(input: in, output: out)

files
   input:  a file
   output: the input file with nothing before the first control m.

description
   The program removes text up to the first control M of the first line of the
input file.  The remainder of the first line is copied to the output.  Any
further lines in the input file are lost.  This is for use in the updatelink
script.

examples

documentation

see also
   updatelink

author
   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.mcopy *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}