sbase/mv.1
sin 82bff35228 Support -f for mv
At the moment this does nothing as we do not check anyway.
2013-10-05 13:51:45 +01:00

23 lines
451 B
Groff

.TH MV 1 sbase\-VERSION
.SH NAME
mv \- move files and directories
.SH SYNOPSIS
.B mv
.RB [ \-f ]
.I file
.RI [ name ]
.P
.B mv
.RB [ \-f ]
.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.
.SH OPTIONS
.TP
.B \-f
do not prompt for confirmation before overwriting the destination path.