mv old_folder_name new_folder_name
mv also can move several files into a destination folder, or rename a single file.
Rename a file
mv old_file_name new_file_name
Rename a directory.
mv file_name destination_directory
Rename will retain the attributes and the creation date of the original file/folder.
Comments
Post a Comment