summaryrefslogtreecommitdiff
path: root/util/sbase/mv.1
blob: 7fb9527315a41bb11a685eee851d5f3da5d39101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.Dd October 8, 2015
.Dt MV 1
.Os sbase
.Sh NAME
.Nm mv
.Nd move files and directories
.Sh SYNOPSIS
.Nm
.Op Fl f
.Ar source ...
.Ar dest
.Sh DESCRIPTION
.Nm
moves each
.Ar source
to
.Ar dest .
If only one
.Ar source
is given and
.Ar dest
is not a directory,
.Nm
overwrites the latter with the former.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl f
Do not prompt before overwriting.
.Ar dest .
Prompting has not been implemented yet.
.El
.Sh STANDARDS
POSIX.1-2013.
Except for the unsupported
.Fl i
flag.