morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

mv.1 (451B)


      1 .TH MV 1 sbase\-VERSION
      2 .SH NAME
      3 mv \- move files and directories
      4 .SH SYNOPSIS
      5 .B mv
      6 .RB [ \-f ]
      7 .I file
      8 .RI [ name ]
      9 .P
     10 .B mv
     11 .RB [ \-f ]
     12 .RI [ file ...]
     13 .RI [ directory ]
     14 .SH DESCRIPTION
     15 .B mv
     16 moves or renames a given file or directory, naming it the given name.  If
     17 multiple files and directories are listed they will be moved into the given
     18 directory.
     19 .SH OPTIONS
     20 .TP
     21 .B \-f
     22 do not prompt for confirmation before overwriting the destination path.