Move Subfolder Files to Current Folder

Tagged with: , , , , , ,

This command moves all the files in the subfolder to the current folder.


mv */* .

One Response to “Move Subfolder Files to Current Folder

  • 1
    Mahesh Aravind
    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/

Leave a Reply