copy program

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

{version = 1.07; (* of copy.p 1994 sep 5 *)}

(* begin module describe.copy *)
(*
name
      copy: copy one file to another file

synopsis
      copy(fin: in, fout: out, output: out)

files
      fin: the file to be copied
      fout: the copy of fin
      output: messages to the user

description
      copy makes one copy of the file fin on the file fout.  you may
      discover that this is a simple task that you often want to do, but
      that your system does not provide an easy way.

see also
      shift.p

author
      thomas d. schneider

bugs
      none known

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