2005-01-10 08:39:26 +00:00
|
|
|
.\"-
|
1994-05-26 06:18:55 +00:00
|
|
|
.\" Copyright (c) 1989, 1990, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" This code is derived from software contributed to Berkeley by
|
|
|
|
.\" the Institute of Electrical and Electronics Engineers, Inc.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2017-02-28 23:42:47 +00:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1994-05-26 06:18:55 +00:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
|
1999-08-27 23:15:48 +00:00
|
|
|
.\" $FreeBSD$
|
1994-05-26 06:18:55 +00:00
|
|
|
.\"
|
2013-03-15 20:12:54 +00:00
|
|
|
.Dd March 15, 2013
|
1994-05-26 06:18:55 +00:00
|
|
|
.Dt MV 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm mv
|
|
|
|
.Nd move files
|
|
|
|
.Sh SYNOPSIS
|
2000-11-20 11:39:41 +00:00
|
|
|
.Nm
|
2002-08-09 10:46:00 +00:00
|
|
|
.Op Fl f | i | n
|
2012-08-31 14:35:01 +00:00
|
|
|
.Op Fl hv
|
1994-05-26 06:18:55 +00:00
|
|
|
.Ar source target
|
2000-11-20 11:39:41 +00:00
|
|
|
.Nm
|
2002-08-09 10:46:00 +00:00
|
|
|
.Op Fl f | i | n
|
1999-08-29 08:21:16 +00:00
|
|
|
.Op Fl v
|
1997-10-26 10:33:02 +00:00
|
|
|
.Ar source ... directory
|
1994-05-26 06:18:55 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
In its first form, the
|
1998-05-15 06:30:58 +00:00
|
|
|
.Nm
|
1994-05-26 06:18:55 +00:00
|
|
|
utility renames the file named by the
|
|
|
|
.Ar source
|
|
|
|
operand to the destination path named by the
|
|
|
|
.Ar target
|
|
|
|
operand.
|
|
|
|
This form is assumed when the last operand does not name an already
|
|
|
|
existing directory.
|
|
|
|
.Pp
|
|
|
|
In its second form,
|
1998-05-15 06:30:58 +00:00
|
|
|
.Nm
|
1994-05-26 06:18:55 +00:00
|
|
|
moves each file named by a
|
|
|
|
.Ar source
|
|
|
|
operand to a destination file in the existing directory named by the
|
|
|
|
.Ar directory
|
|
|
|
operand.
|
|
|
|
The destination path for each operand is the pathname produced by the
|
|
|
|
concatenation of the last operand, a slash, and the final pathname
|
|
|
|
component of the named file.
|
|
|
|
.Pp
|
|
|
|
The following options are available:
|
2002-08-09 10:46:00 +00:00
|
|
|
.Bl -tag -width indent
|
1994-05-26 06:18:55 +00:00
|
|
|
.It Fl f
|
|
|
|
Do not prompt for confirmation before overwriting the destination
|
|
|
|
path.
|
|
|
|
(The
|
1996-02-19 00:44:19 +00:00
|
|
|
.Fl f
|
1996-02-20 23:27:57 +00:00
|
|
|
option overrides any previous
|
|
|
|
.Fl i
|
2002-03-22 07:45:36 +00:00
|
|
|
or
|
|
|
|
.Fl n
|
1996-02-20 23:27:57 +00:00
|
|
|
options.)
|
2012-08-31 14:35:01 +00:00
|
|
|
.It Fl h
|
|
|
|
If the
|
|
|
|
.Ar target
|
|
|
|
operand is a symbolic link to a directory,
|
|
|
|
do not follow it.
|
|
|
|
This causes the
|
|
|
|
.Nm
|
|
|
|
utility to rename the file
|
|
|
|
.Ar source
|
|
|
|
to the destination path
|
|
|
|
.Ar target
|
|
|
|
rather than moving
|
|
|
|
.Ar source
|
|
|
|
into the directory referenced by
|
|
|
|
.Ar target .
|
1994-05-26 06:18:55 +00:00
|
|
|
.It Fl i
|
1998-05-15 06:30:58 +00:00
|
|
|
Cause
|
|
|
|
.Nm
|
1994-05-26 06:18:55 +00:00
|
|
|
to write a prompt to standard error before moving a file that would
|
|
|
|
overwrite an existing file.
|
1996-02-20 23:27:57 +00:00
|
|
|
If the response from the standard input begins with the character
|
2002-08-09 10:46:00 +00:00
|
|
|
.Ql y
|
1996-02-20 23:27:57 +00:00
|
|
|
or
|
2002-08-09 10:46:00 +00:00
|
|
|
.Ql Y ,
|
1994-05-26 06:18:55 +00:00
|
|
|
the move is attempted.
|
1996-02-20 23:27:57 +00:00
|
|
|
(The
|
|
|
|
.Fl i
|
|
|
|
option overrides any previous
|
|
|
|
.Fl f
|
2002-03-22 07:45:36 +00:00
|
|
|
or
|
|
|
|
.Fl n
|
|
|
|
options.)
|
|
|
|
.It Fl n
|
2002-08-26 06:16:51 +00:00
|
|
|
Do not overwrite an existing file.
|
2002-03-22 07:45:36 +00:00
|
|
|
(The
|
|
|
|
.Fl n
|
|
|
|
option overrides any previous
|
|
|
|
.Fl f
|
|
|
|
or
|
|
|
|
.Fl i
|
1996-02-20 23:27:57 +00:00
|
|
|
options.)
|
1999-08-29 08:21:16 +00:00
|
|
|
.It Fl v
|
|
|
|
Cause
|
|
|
|
.Nm
|
|
|
|
to be verbose, showing files after they are moved.
|
1994-05-26 06:18:55 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
2007-05-12 22:18:27 +00:00
|
|
|
It is an error for the
|
1994-05-26 06:18:55 +00:00
|
|
|
.Ar source
|
2007-05-12 22:18:27 +00:00
|
|
|
operand to specify a directory if the target exists and is not a directory.
|
1994-05-26 06:18:55 +00:00
|
|
|
.Pp
|
|
|
|
If the destination path does not have a mode which permits writing,
|
1998-05-15 06:30:58 +00:00
|
|
|
.Nm
|
1994-05-26 06:18:55 +00:00
|
|
|
prompts the user for confirmation as specified for the
|
|
|
|
.Fl i
|
|
|
|
option.
|
|
|
|
.Pp
|
|
|
|
As the
|
2002-08-09 10:46:00 +00:00
|
|
|
.Xr rename 2
|
2002-08-21 17:32:44 +00:00
|
|
|
call does not work across file systems,
|
1998-05-15 06:30:58 +00:00
|
|
|
.Nm
|
1994-05-26 06:18:55 +00:00
|
|
|
uses
|
|
|
|
.Xr cp 1
|
|
|
|
and
|
|
|
|
.Xr rm 1
|
|
|
|
to accomplish the move.
|
|
|
|
The effect is equivalent to:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
rm -f destination_path && \e
|
2002-08-09 10:46:00 +00:00
|
|
|
cp -pRP source_file destination && \e
|
|
|
|
rm -rf source_file
|
1994-05-26 06:18:55 +00:00
|
|
|
.Ed
|
2005-01-16 16:41:59 +00:00
|
|
|
.Sh EXIT STATUS
|
2001-08-15 09:09:47 +00:00
|
|
|
.Ex -std
|
2013-03-15 20:12:54 +00:00
|
|
|
.Sh EXAMPLES
|
|
|
|
Rename file
|
|
|
|
.Pa foo
|
|
|
|
to
|
|
|
|
.Pa bar ,
|
|
|
|
overwriting
|
|
|
|
.Pa bar
|
|
|
|
if it already exists:
|
|
|
|
.Pp
|
|
|
|
.Dl $ mv -f foo bar
|
1999-09-04 03:33:18 +00:00
|
|
|
.Sh COMPATIBILITY
|
|
|
|
The
|
2012-08-31 14:35:01 +00:00
|
|
|
.Fl h ,
|
|
|
|
.Fl n ,
|
2002-03-22 19:52:48 +00:00
|
|
|
and
|
1999-09-04 03:33:18 +00:00
|
|
|
.Fl v
|
2002-03-22 19:52:48 +00:00
|
|
|
options are non-standard and their use in scripts is not recommended.
|
2005-01-16 16:41:59 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr cp 1 ,
|
|
|
|
.Xr rm 1 ,
|
|
|
|
.Xr symlink 7
|
1994-05-26 06:18:55 +00:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
1998-05-15 06:30:58 +00:00
|
|
|
.Nm
|
1994-05-26 06:18:55 +00:00
|
|
|
utility is expected to be
|
|
|
|
.St -p1003.2
|
|
|
|
compatible.
|
1996-08-29 18:06:19 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
A
|
|
|
|
.Nm
|
|
|
|
command appeared in
|
|
|
|
.At v1 .
|