Linux memindahkan folder dan subfolder ke induk
cd to/the/dir
mv * ../
Drakonkat
cd to/the/dir
mv * ../
find . -maxdepth 1 -exec mv {} .. \;