déplacer les fichiers un niveau vers le haut Linux

#With the folder called 'myfolder'
# and up one level in the file hierarchy (the point you want it to put) the command would be:
mv myfolder/* .
CodeHunter