use below command ---
go to source dir . and run below command
cd /<source-dir>
find . -print | cpio -pmvd /dest-dir
The above will have the work done for you :)
go to source dir . and run below command
cd /<source-dir>
find . -print | cpio -pmvd /dest-dir
The above will have the work done for you :)
No comments:
Post a Comment