2012-01-30 22:41:33 +00:00
|
|
|
.TH MV 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
mv \- move files and directories
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B mv
|
2013-09-27 14:45:39 +00:00
|
|
|
.RB [ \-f ]
|
2012-01-30 22:41:33 +00:00
|
|
|
.I file
|
|
|
|
.RI [ name ]
|
|
|
|
.P
|
|
|
|
.B mv
|
2013-09-27 14:45:39 +00:00
|
|
|
.RB [ \-f ]
|
2012-01-30 22:41:33 +00:00
|
|
|
.RI [ file ...]
|
|
|
|
.RI [ directory ]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B mv
|
|
|
|
moves or renames a given file or directory, naming it the given name. If
|
|
|
|
multiple files and directories are listed they will be moved into the given
|
|
|
|
directory.
|
2013-09-27 14:45:39 +00:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-f
|
|
|
|
do not prompt for confirmation before overwriting the destination path.
|