Penguin
Annotated edit history of mv(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MV
2 !!!MV
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 mv - move (rename) files
15 !!SYNOPSIS
16
17
18 __mv__ [[''OPTION'']... ''SOURCE DEST''__
19 mv__ [[''OPTION'']... ''SOURCE''...
20 ''DIRECTORY''__
21 mv__ [[''OPTION'']... ''--target-directory=DIRECTORY
22 SOURCE''...
23 !!DESCRIPTION
24
25
26 Rename SOURCE to DEST, or move SOURCE(s) to
27 DIRECTORY.
28
29
30 __--backup__[[=''CONTROL'']
31
32
33 make a backup of each existing destination file
34
35
36 __-b__
37
38
39 like __--backup__ but does not accept an
40 argument
41
42
43 __-f__, __--force__
44
45
46 never prompt before overwriting
47
48
49 __-i__, __--interactive__
50
51
52 prompt before overwrite
53
54
55 __--strip-trailing-slashes__
56
57
58 remove any trailing slashes from each SOURCE
59 argument
60
61
62 __-S__, __--suffix__=''SUFFIX''
63
64
65 override the usual backup suffix
66
67
68 __--target-directory__=''DIRECTORY''
69
70
71 move all SOURCE arguments into DIRECTORY
72
73
74 __-u__, __--update__
75
76
77 move only older or brand new non-directories
78
79
80 __-v__, __--verbose__
81
82
83 explain what is being done
84
85
86 __--help__
87
88
89 display this help and exit
90
91
92 __--version__
93
94
95 output version information and exit
96
97
98 The backup suffix is `~', unless set with __--suffix__ or
99 SIMPLE_BACKUP_SUFFIX. The version control method may be
100 selected via the __--backup__ option or through the
101 VERSION_CONTROL environment variable. Here are the
102 values:
103
104
105 none, off
106
107
108 never make backups (even if __--backup__ is
109 given)
110
111
112 numbered, t
113
114
115 make numbered backups
116
117
118 existing, nil
119
120
121 numbered if numbered backups exist, simple
122 otherwise
123
124
125 simple, never
126
127
128 always make simple backups
129 !!AUTHOR
130
131
2 perry 132 Written by Mike Parker, David !MacKenzie, and Jim
1 perry 133 Meyering.
134 !!REPORTING BUGS
135
136
137 Report bugs to
138 !!COPYRIGHT
139
140
141 Copyright 2001 Free Software Foundation, Inc.
142 This is free software; see the source for copying
143 conditions. There is NO warranty; not even for
144 MERCHANTABILITY or FITNESS FOR A PARTICULAR
145 PURPOSE.
146 !!SEE ALSO
147
148
149 The full documentation for __mv__ is maintained as a
150 Texinfo manual. If the __info__ and __mv__ programs
151 are properly installed at your site, the
152 command
153
154
155 __info mv__
156
157
158 should give you access to the complete manual.
159 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.