Linux Move Arquivos Um diretório
mv myfolder/* . #move files one folder up
Awful Armadillo
mv myfolder/* . #move files one folder up
// Move to the directory that the file you want to move is using the cd command.
// Then open a terminal Ctrl+Alt+T, and run:
mv myFile.itsExtention /theDirectoryToMoveInto