summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/cp.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/cp.1')
-rw-r--r--static/unix-v10/man1/cp.134
1 files changed, 34 insertions, 0 deletions
diff --git a/static/unix-v10/man1/cp.1 b/static/unix-v10/man1/cp.1
new file mode 100644
index 00000000..b1f61d95
--- /dev/null
+++ b/static/unix-v10/man1/cp.1
@@ -0,0 +1,34 @@
+.pa 1
+.he 'CP (I)'1/24/73'CP (I)'
+.ti 0
+NAME cp -- copy
+.sp
+.ti 0
+SYNOPSIS cp__ file918 file928
+.sp
+.ti 0
+DESCRIPTION The
+first file is copied onto the second.
+The mode and owner of the target file
+are preserved if it already
+existed; the mode of the source file
+is used otherwise.
+.sp
+If file928 is a directory, then the target
+file is a file in that directory with the file-name
+of file918.
+.sp
+.ti 0
+FILES --
+.sp
+.ti 0
+SEE ALSO cat(I), pr(I), mv(I)
+.sp
+.ti 0
+DIAGNOSTICS Error returns are
+checked at every system call, and
+appropriate diagnostics are produced.
+.sp
+.ti 0
+BUGS Copying
+a file onto itself destroys its contents.