Posted in Command Line, Linux Move Subfolder Files to Current Folder Binny V A April 20, 2008 1 Comment on Move Subfolder Files to Current Folder This command moves all the files in the subfolder to the current folder. mv */* . Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
You can use the “-t” switch for moving multiple directories mv ~/Notes/private ~/Documents/private ~/Documents/chat.log -t ~/Save/backup/ Reply
You can use the “-t” switch for moving multiple directories
mv ~/Notes/private ~/Documents/private ~/Documents/chat.log -t ~/Save/backup/