Move Subfolder Files to Current Folder
Tagged with: command, folder, Linux, move, mv, sub, subfolder
Sunday, April 20th, 2008 10:59 PM
This command moves all the files in the subfolder to the current folder.
mv */* .
This command moves all the files in the subfolder to the current folder.
mv */* .
Moving, Coping and Deletion
svn mv file.php to_folder/ #Move
svn cp file.php to_folder/ #Copy
svn rm file.php #Deletion