СПОСКОЛЬКО Справочник без содержимого
find . -type d > dirs.txt
xargs mkdir -p destination < dirs.txt
Foolish Flatworm
find . -type d > dirs.txt
xargs mkdir -p destination < dirs.txt