mirror of git://git.suckless.org/sbase
38 lines
587 B
Groff
38 lines
587 B
Groff
.Dd January 28, 2015
|
|
.Dt MV 1
|
|
.Os sbase
|
|
.Sh NAME
|
|
.Nm mv
|
|
.Nd move files and directories
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.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.
|