Question : Problem: How to move the whole folder content using ssh ?

Hi,

I would like to ask a question.

I have accidentally copied hundreds of folder in the following folder :

eg :

/home/home/folder1, /home/home/folder2, /home/home/folder3 ....

May i know how to move all the folder inside the /home/home so that the folder can be like :

/home/folder1, /home/folder2, /home/folder3 ....

Appreciates if anybody can help.

Thank you,

Regards,
Sham

Answer : Problem: How to move the whole folder content using ssh ?

cd /home/home
mv * ..
Random Solutions  
 
programming4us programming4us