I have the following structure on my server:
/www/html/www->content
I want to copy the content (all files) from the last www to html and delete the second www after that. How do I have to do that?
|
I have the following structure on my server: /www/html/www->content I want to copy the content (all files) from the last www to html and delete the second www after that. How do I have to do that? | |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
then
| |||||
feedback
|
|
I recommend
It's what I use to create backups. It syncs files on copy when copying across different hard drives, After that, delete the dir:
| |||
|
feedback
|