How can I move all files and folders from one directory to another via mv command?
migrated from serverfault.com Oct 10 '12 at 16:34
|
Try with this:
|
|||||||||||
|
|
This works for me in Bash (I think this depends on your shell quite a bit...)
|
|||||||||||
|
|
You can use following syntax :
If you are still confuse then tell me exact location from which directory to which directory you want to move your data I will give you exact syntax. |
|||
|
|
I'd say it's a bit boring, but really bullet-proof (GNU) way is:
P. S. Now you can possibly see why lots of people do prefer Midnight Commander, though. |
||||
|
|
|
yet another way just for the heck of it (because I love convoluted ways to do things I guess)
the
|
|||
|
|
