The command to `move' across file system boundaries is actually
cp -PRp source_file destination Closes PR # bin/689: mv(1) manpage Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
This commit is contained in:
parent
b5cfa4b2c4
commit
f300f7a0f9
@ -33,7 +33,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
|
||||
.\" $Id$
|
||||
.\" $Id: mv.1,v 1.2 1994/09/24 02:56:06 davidg Exp $
|
||||
.\"
|
||||
.Dd May 31, 1993
|
||||
.Dt MV 1
|
||||
@ -112,7 +112,7 @@ to accomplish the move.
|
||||
The effect is equivalent to:
|
||||
.Bd -literal -offset indent
|
||||
rm -f destination_path && \e
|
||||
\tcp -pr source_file destination && \e
|
||||
\tcp -pRP source_file destination && \e
|
||||
\trm -rf source_file
|
||||
.Ed
|
||||
.Pp
|
||||
|
Loading…
x
Reference in New Issue
Block a user