/ Published in: Bash
This will move all files and directories within a directory to another location.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
cd /path/to/destination mv child-source/* . rmdir child-source
URL: http://superuser.com/questions/151504/move-folder-contents-into-parent-folder-linux-commandline