Deleted Added
full compact
mv.1 (173248) mv.1 (239951)
1.\"-
2.\" Copyright (c) 1989, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
1.\"-
2.\" Copyright (c) 1989, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
33.\" $FreeBSD: head/bin/mv/mv.1 173248 2007-11-01 09:49:45Z ru $
33.\" $FreeBSD: head/bin/mv/mv.1 239951 2012-08-31 14:35:01Z jhb $
34.\"
34.\"
35.Dd May 12, 2007
35.Dd August 28, 2012
36.Dt MV 1
37.Os
38.Sh NAME
39.Nm mv
40.Nd move files
41.Sh SYNOPSIS
42.Nm
43.Op Fl f | i | n
36.Dt MV 1
37.Os
38.Sh NAME
39.Nm mv
40.Nd move files
41.Sh SYNOPSIS
42.Nm
43.Op Fl f | i | n
44.Op Fl v
44.Op Fl hv
45.Ar source target
46.Nm
47.Op Fl f | i | n
48.Op Fl v
49.Ar source ... directory
50.Sh DESCRIPTION
51In its first form, the
52.Nm

--- 23 unchanged lines hidden (view full) ---

76path.
77(The
78.Fl f
79option overrides any previous
80.Fl i
81or
82.Fl n
83options.)
45.Ar source target
46.Nm
47.Op Fl f | i | n
48.Op Fl v
49.Ar source ... directory
50.Sh DESCRIPTION
51In its first form, the
52.Nm

--- 23 unchanged lines hidden (view full) ---

76path.
77(The
78.Fl f
79option overrides any previous
80.Fl i
81or
82.Fl n
83options.)
84.It Fl h
85If the
86.Ar target
87operand is a symbolic link to a directory,
88do not follow it.
89This causes the
90.Nm
91utility to rename the file
92.Ar source
93to the destination path
94.Ar target
95rather than moving
96.Ar source
97into the directory referenced by
98.Ar target .
84.It Fl i
85Cause
86.Nm
87to write a prompt to standard error before moving a file that would
88overwrite an existing file.
89If the response from the standard input begins with the character
90.Ql y
91or

--- 45 unchanged lines hidden (view full) ---

137rm -f destination_path && \e
138cp -pRP source_file destination && \e
139rm -rf source_file
140.Ed
141.Sh EXIT STATUS
142.Ex -std
143.Sh COMPATIBILITY
144The
99.It Fl i
100Cause
101.Nm
102to write a prompt to standard error before moving a file that would
103overwrite an existing file.
104If the response from the standard input begins with the character
105.Ql y
106or

--- 45 unchanged lines hidden (view full) ---

152rm -f destination_path && \e
153cp -pRP source_file destination && \e
154rm -rf source_file
155.Ed
156.Sh EXIT STATUS
157.Ex -std
158.Sh COMPATIBILITY
159The
145.Fl n
160.Fl h ,
161.Fl n ,
146and
147.Fl v
148options are non-standard and their use in scripts is not recommended.
149.Sh SEE ALSO
150.Xr cp 1 ,
151.Xr rm 1 ,
152.Xr symlink 7
153.Sh STANDARDS
154The
155.Nm
156utility is expected to be
157.St -p1003.2
158compatible.
159.Sh HISTORY
160A
161.Nm
162command appeared in
163.At v1 .
162and
163.Fl v
164options are non-standard and their use in scripts is not recommended.
165.Sh SEE ALSO
166.Xr cp 1 ,
167.Xr rm 1 ,
168.Xr symlink 7
169.Sh STANDARDS
170The
171.Nm
172utility is expected to be
173.St -p1003.2
174compatible.
175.Sh HISTORY
176A
177.Nm
178command appeared in
179.At v1 .