03-04 mv command

01

The mv move command allows us to move files

mv ../
                

02

We can also rename files when moving

mv ../newName.txt
                

03

Move a directory the same as a file without the -r flag

mv testDirCpy testDir