home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / cp.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  462 b   |  26 lines

  1. .th CP I 2/8/75
  2. .sh  NAME
  3. cp \*- copy
  4. .sh SYNOPSIS
  5. .bd cp
  6. file1 file2
  7. .sh DESCRIPTION
  8. The
  9. first file is copied onto the second.
  10. The mode and owner of the target file
  11. are preserved if it already
  12. existed; the mode of the source file
  13. is used otherwise.
  14. .s3
  15. If
  16. .it file2
  17. is a directory, then the target 
  18. file is a file in that directory with the file-name
  19. of
  20. .it file1.
  21. .s3
  22. It is forbidden to copy a file onto itself.
  23. .sh "SEE ALSO"
  24. cat (I), pr (I), mv (I)
  25. .sh BUGS
  26.