2015-01-28 21:06:50 +00:00
|
|
|
.Dd January 28, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt MV 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-28 21:06:50 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm mv
|
|
|
|
.Nd move files and directories
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 20:17:58 +00:00
|
|
|
.Nm
|
2015-01-28 21:06:50 +00:00
|
|
|
.Op Fl f | Fl i
|
|
|
|
.Ar source ...
|
|
|
|
.Ar destination
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
moves each
|
|
|
|
.Ar source
|
|
|
|
to
|
|
|
|
.Ar destination .
|
|
|
|
If only one
|
|
|
|
.Ar source
|
|
|
|
is given and
|
|
|
|
.Ar destination
|
|
|
|
is not a directory,
|
|
|
|
.Nm
|
|
|
|
overwrites the latter with the former.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl f | Fl i
|
|
|
|
Do not prompt | Prompt before overwriting
|
|
|
|
.Ar destination .
|
|
|
|
Prompting has not been implemented yet.
|
|
|
|
.El
|
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
|
|
|
.St -p1003.1-2008
|
|
|
|
specification except from prompting.
|