Difference between revisions of "Mv"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
= See also =
 
= See also =
 
* [[cp]]
 
* [[cp]]
* [[rm]]
+
* [http://linux.die.net/man/1/mv mv man page]
* [http://man-wiki.net/index.php/1:mv mv man page]
 

Latest revision as of 10:01, 20 April 2014

mv is a command that moves a file from one name to another. It can be used as "renaming" command or as "copy-and-remove" command.

See also