the title basicaly says it all. some how i goofed and in the proccess of mv a few files around i moved my entire web page into one of its subdirectories. im trying to get things back to normal, but i have no clue how i mv a directory into an other?
things i have tried
Code:
mv * /var/www/html/*
that succeeded in moving all of the files around, but left the directories that belong in /var/www/html
now they are still in /var/www/html/video i want to move them all back to /var/www/html.
sorry for the really stupid newbie problem. i am very sure it is just a simple arg. that i am missing, or a lack of understanding the mv command.
thank you for the help.