move folder
Move with all the files to a different directory.
mv folder-name/* /new/destination/folder/
copy
Move with all the files to a different directory.
mv folder-name/* /new/destination/folder/
copy