command-line Copy the contents of a folder to another folder ubuntu Posted October 24, 2023 cp -a /source/. /dest/ Thanks to https://askubuntu.com/questions/86822/how-can-i-copy-the-contents-of-a-folder-to-another-folder-in-a-different-directo command line