This command moves all the files in the subfolder to the current folder.
mv */* .
This entry was posted
on Sunday, April 20th, 2008 at 10:59 pm and is filed under Command Line, Linux.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
May 17th, 2008 02:02
You can use the “-t” switch for moving multiple directories
mv ~/Notes/private ~/Documents/private ~/Documents/chat.log -t ~/Save/backup/