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 */* .