- #1
- 2,168
- 193
I am trying to move files and folders from one directory to other. Both of the files has multiple subfolders and files.
From the reasearch I have made it seems that the answer should be something like,
`cp mv -vr \Downloads\* .`
But I am not sure this is true or not. I am also not sure about using mv or copy. The files that I am copying have the same file names but the content is different.
Is this command correct ? Do I need '-v` argument ?
From the reasearch I have made it seems that the answer should be something like,
`cp mv -vr \Downloads\* .`
But I am not sure this is true or not. I am also not sure about using mv or copy. The files that I am copying have the same file names but the content is different.
Is this command correct ? Do I need '-v` argument ?