mv command
command
The mv move command allows us to move files
mv
move
mv ../
We can also rename files when moving
mv ../newName.txt
Move a directory the same as a file without the -r flag
mv testDirCpy testDir