mv(1)


NAME

   mv - move (rename) files

SYNOPSIS

   mv [OPTION]... [-T] SOURCE DEST
   mv [OPTION]... SOURCE... DIRECTORY
   mv [OPTION]... -t DIRECTORY SOURCE...

DESCRIPTION

   Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.

   Mandatory  arguments  to  long  options are mandatory for short options
   too.

   --backup[=CONTROL]
          make a backup of each existing destination file

   -b     like --backup but does not accept an argument

   -f, --force
          do not prompt before overwriting

   -i, --interactive
          prompt before overwrite

   -n, --no-clobber
          do not overwrite an existing file

   If you specify more than one of -i, -f, -n, only the  final  one  takes
   effect.

   --strip-trailing-slashes
          remove any trailing slashes from each SOURCE argument

   -S, --suffix=SUFFIX
          override the usual backup suffix

   -t, --target-directory=DIRECTORY
          move all SOURCE arguments into DIRECTORY

   -T, --no-target-directory
          treat DEST as a normal file

   -u, --update
          move  only  when  the  SOURCE file is newer than the destination
          file or when the destination file is missing

   -v, --verbose
          explain what is being done

   -Z, --context
          set SELinux security context of destination file to default type

   --help display this help and exit

   --version
          output version information and exit

   The   backup   suffix   is   '~',   unless   set   with   --suffix   or
   SIMPLE_BACKUP_SUFFIX.   The  version control method may be selected via
   the  --backup  option  or  through  the   VERSION_CONTROL   environment
   variable.  Here are the values:

   none, off
          never make backups (even if --backup is given)

   numbered, t
          make numbered backups

   existing, nil
          numbered if numbered backups exist, simple otherwise

   simple, never
          always make simple backups

AUTHOR

   Written by Mike Parker, David MacKenzie, and Jim Meyering.

REPORTING BUGS

   GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
   Report mv translation bugs to <http://translationproject.org/team/>

COPYRIGHT

   Copyright    2016  Free Software Foundation, Inc.  License GPLv3+: GNU
   GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
   This is free software: you are free  to  change  and  redistribute  it.
   There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

   rename(2)

   Full documentation at: <http://www.gnu.org/software/coreutils/mv>
   or available locally via: info '(coreutils) mv invocation'


More Linux Commands

manpages/X11::Protocol::Ext::SHAPE.3pm.html
X11::Protocol::Ext::SHAPE.3pm...............................
This module is used by the X11::Protocol module to participate in the shaped window extension to the X protocol, allowing windows to be of any shape, not just r

manpages/userdel.8.html
userdel(8) - delete an user account - Linux manual page.....
The userdel command modifies the system account files, deleting all entries that refer to the user name LOGIN. The named user must exist. OPTIONS The options wh

manpages/Apache::TestRequest.3pm.html
Apache::TestRequest(3pm) - Send requests to your Apache test
Apache::TestRequest provides convenience functions to allow you to make requests to your Apache test server in your test scripts. It subclasses LWP::UserAgent,

manpages/lvchange.8.html
lvchange(8) - change attributes of a logical volume.........
lvchange allows you to change the attributes of a logical volume including making them known to the kernel ready for use. OPTIONS See lvm(8) for common options.

manpages/outl.2.html
outl(2) - port I/O (System calls - Linux man page)..........
This family of functions is used to do low-level port input and output. The out* functions do port output, the in* functions do port input; the b-suffix functio

manpages/XtOwnSelectionIncremental.3.html
XtOwnSelectionIncremental(3) - set selection owner (ManPage)
The XtOwnSelection function informs the Intrinsics selection mechanism that a widget believes it owns a selection. It returns True if the widget has successfull

manpages/libnetpbm.3.html
libnetpbm(3) - general introduction to the netpbm library...
libnetpbm is a C programming library for reading, writing, and manipulating Netpbm images. It also contains a few general graphics manipulation tools, but it is

manpages/argz_next.3.html
argz_next(3) - functions to handle an argz list (Man Page)
These functions are glibc-specific. An argz vector is a pointer to a character buffer together with a length. The intended interpretation of the character buffe

manpages/fanotify_init.2.html
fanotify_init(2) create and initialize fanotify group.......
For an overview of the fanotify API, see fanotify(7). fanotify_init() initializes a new fanotify group and returns a file descriptor for the event queue associa

manpages/glTexCoord2d.3gl.html
glTexCoord2d(3gl) - set the current texture coordinates.....
glTexCoord specifies texture coordinates in one, two, three, or four dimensions. glTexCoord1 sets the current texture coordinates to (s, 0, 0, 1); a call to glT

manpages/gnutls_pkcs7_deinit.3.html
gnutls_pkcs7_deinit(3) - API function - Linux manual page...
This function will deinitialize a PKCS7 structure. REPORTING BUGS Report bugs to &lt;bug-gnutls@gnu.org&gt;. GnuTLS home page: http://www.gnu.org/software/gnutls/ Gen

manpages/traceroute6.8.html
traceroute6(8) print the route packets trace to network host
traceroute tracks the route packets taken from an IP network on their way to a given host. It utilizes the IP protocols time to live (TTL) field and attempts to





We can't live, work or learn in freedom unless the software we use is free.