Research V3 development
authorKen Thompson <ken@research.uucp>
Thu, 15 Feb 1973 12:54:04 +0000 (07:54 -0500)
committerKen Thompson <ken@research.uucp>
Thu, 15 Feb 1973 12:54:04 +0000 (07:54 -0500)
Work on file man/man1/mv.1

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v3

man/man1/mv.1 [new file with mode: 0644]

diff --git a/man/man1/mv.1 b/man/man1/mv.1
new file mode 100644 (file)
index 0000000..7966ab0
--- /dev/null
@@ -0,0 +1,28 @@
+.pa 1
+.he 'MV (I)'2/9/73'MV (I)'
+.ti 0
+NAME           mv  --  move or rename a file
+.sp
+.ti 0
+SYNOPSIS       mv\b\b__ name\d1\u name\d2\u
+.sp
+.ti 0
+DESCRIPTION    mv\b\b__
+changes the name of name\d1\u to
+name\d2\u.
+If name\d2\u is a directory, name\d1\u is moved to
+that directory with its original file-name.
+Directories may only be moved within the same parent
+directory (just renamed).
+.sp
+.ti 0
+FILES          --
+.sp
+.ti 0
+SEE ALSO       --
+.sp
+.ti 0
+DIAGNOSTICS    yes
+.sp
+.ti 0
+BUGS           --