ArchLUG Linux By Example - www.archlug.org

Download the RSS XML Feed for this site

Subscribe to this channel with Amphetadesk

Subscribe to this channel with RadioUserland

LBE- mv


Examples of the "mv" Command

Move the given file:

mv <filename> <new-directory/filename>        # Move filename from the current directory to the new one.

Rename the given file:

mv <filename> <new-filename>                  # Rename filename to new-filename.

Valid XHTML 1.0! Valid CSS!