Common Commands & Syntax:

Note: Commands are case sensitive
mv - This command, although named move, should only be used to rename files. It's syntax is mv <file name> <new file name>

COMMAND

image of entering 'mv' command in terminal
image of output of 'mv' command in terminal

In this example, the MLB_File was renamed to MLB_File_spare. Remember, after entering a command, if nothing is displayed afterward, the command was successful.

Previous Page Next Page