implement cp and mv and improve rm
This commit is contained in:
16
mv.1
Normal file
16
mv.1
Normal file
@@ -0,0 +1,16 @@
|
||||
.TH MV 1 sbase\-VERSION
|
||||
.SH NAME
|
||||
mv \- move files and directories
|
||||
.SH SYNOPSIS
|
||||
.B mv
|
||||
.I file
|
||||
.RI [ name ]
|
||||
.P
|
||||
.B mv
|
||||
.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.
|
Reference in New Issue
Block a user