mv

mv(1) will move files from one location to another. DOS users will notice the similarity to the move command. You name the source and destination when you run mv. This example shows a common use of mv:

   # mv myfile /usr/local/share/hejaz
   

mv has several command line options which are documented in detail in the online manual page.