Categories
Are there ways in Ubuntu to copy a directory with all subdirectories but no files?
preferably in a file manager or a solution with a minimum of actions
Answer the question
In order to leave comments, you need to log in
cd /source/dir ; find . -type d -exec mkdir /dest/dir/\{\} \;
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question