Search code snippets, questions, articles...

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?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet