DEV Community

Discussion on: Comment with a command line command and explain what it is and how to use it.

Collapse
 
moutafatin1 profile image
moutafatin1 • Edited

mv command , you can move file/folder placement with it or you can use it for rename.

mv myFolder destination
mv myFolderCurrentName myFolderNewName

Enter fullscreen mode Exit fullscreen mode