Przenieś pliki jeden poziom w górę 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