SyntaxFix
Write A Post
Hire A Developer
Questions
cp dir1/* dir2
Or if you have directories inside dir1 that you'd want to copy as well
cp -r dir1/* dir2