Linux -Bewegungsordner und Unterordner für Eltern
cd to/the/dir
mv * ../
Drakonkat
cd to/the/dir
mv * ../
find . -maxdepth 1 -exec mv {} .. \;