Answers for "linux copy all directory contents to another directory"

1

copy contents of directory to another directory linux

cp -a /source/. /dest/
Posted by: Guest on January-06-2021
0

linux copy all directory contents to another directory

rsync -a source/ destination
Posted by: Guest on May-02-2021

Code answers related to "linux copy all directory contents to another directory"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language