home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Utilities / mac-shell-05b / MacShell / MacShell.rsrc / help_26022_cp < prev    next >
Encoding:
Text File  |  1994-11-23  |  603 b   |  16 lines

  1. cp - Copy files and directories.
  2.  
  3. SYNTAX
  4.    cp [-r] name1 name2
  5.  
  6. DESCRIPTION
  7.  
  8. The command "cp" copies files and directories.  
  9.  
  10. If "name1" is a directory name,  the option "-r" should be used.  This will cause all the files and directories beneath this directory to be copied in a recursive fashion.
  11.  
  12. "Name2" may be either the name of a file or directory which does not exist, or the name of a directory which does exist.  In the latter case, the copied entity will maintain the same name, and will be placed in this directory.  
  13.  
  14. The copy will not overwrite a file or directory which already exists.
  15.