Linux Move Folder Contents To Another Directory Published by Niraeth on April 5, 2020 Linux Move Folder Contents To Another Directory mv -vn foldername/* /path_to_folder/foldername -v: verbose -n: dont overwrite file if file already exists Enjoyed the content ? Share it with your friends !