SharkSpace
02-08-2007, 12:08 PM
Login to shell and run:
Move a file:
mv /startinglocation/filename.html /newlocation/filename.html
How to rename a file:
mv old_file_name.html new_file_name.html
Move a file:
mv /startinglocation/filename.html /newlocation/filename.html
How to rename a file:
mv old_file_name.html new_file_name.html