ubuntu

Copy all folder content to another folder In Ubuntu

You can use below command to copy the folder content to another directory or folder.

cp -a /path/to/source_dir/. /path/to/dest_dir/
Was this helpful?