Kopiuj katalog bez treści
find . -type d > dirs.txt
xargs mkdir -p destination < dirs.txt
Foolish Flatworm
find . -type d > dirs.txt
xargs mkdir -p destination < dirs.txt