Answers for "copy only directory contents to another directory"

0

copy only directory contents to another directory

cp -r from-dir1/* to-dir2/
Posted by: Guest on April-03-2022

Code answers related to "copy only directory contents to another directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language