Moving Files

To move a file to a different directory just use the move command followed by the pathname of the directory where you would like to move it to like so:
mv filename exampledirectory/another/
the move command also serves the purpose of renaming files. The command
mv file1 file2
will rename file1 to file2