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?
Similar Posts
- Copy a directory along with its content to another directory in Ubuntu
- Create a new directory or folder in Ubuntu
- Remove or Delete a folder or directory in Ubuntu
- Get total size of a directory or folder in Ubuntu
- Find all empty directories in a directory in Ubuntu
- Delete all empty directories in a directory in Ubuntu
- Change directory name or rename a directory in Ubuntu