dossier Linux Move et sous-dossiers vers le parent
cd to/the/dir
mv * ../
Drakonkat
cd to/the/dir
mv * ../
find . -maxdepth 1 -exec mv {} .. \;