MV Bash

# move a file or folder to dest
mv <file> <dest>
# this is how to rename a file or folder
Dizzy Dog