summaryrefslogtreecommitdiff
path: root/util/sbase/mv.1
diff options
context:
space:
mode:
Diffstat (limited to 'util/sbase/mv.1')
-rw-r--r--util/sbase/mv.136
1 files changed, 36 insertions, 0 deletions
diff --git a/util/sbase/mv.1 b/util/sbase/mv.1
new file mode 100644
index 00000000..7fb95273
--- /dev/null
+++ b/util/sbase/mv.1
@@ -0,0 +1,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.