This Post Has Been Viewed 79 Times Since Fri Apr 25, 2008 7:45 am Posted By dehas with 0 replies
POST# 1317
Posted On: Fri Apr 25, 2008 7:45 am
This is a frequently used command that you might find helpful:
To move file.html file from /home/john to /home/sandy:
Code/Command:
mv /home/john/file.html /home/sandy/index.html
To rename old_file.html to new_file.html
Code/Command:
mv old_file.html new_file.html