Copy Directory Structure without any file

ok. thanks, i am working on my linux skills.

this will work, really.
cd $source && find . -type d -exec mkdir -p -- $dest/{} \;

1 Like