Linux - Moving and Renaming Files, Directories
The exact same command can be used for Linux. mv or move can rename and move files and directories. Same thing applies here. I’m going to move my red document and rename it to blue document. Now we can see it’s been renamed to blue document

Then I’m going to move the blue document into the Documents folder. There it is.

Using wildcards we can move multiple files at once, just like Windows.
Let’s move all that underscore document files here to our Desktop. Now if we check the Desktop, there they are.
