Created
August 21, 2015 07:49
-
-
Save kalkulus/7d9a1c21bdde0fe8b182 to your computer and use it in GitHub Desktop.
copy directory structure from one folder to the other, without the files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /path/to/directories && find . -type d -exec mkdir -p -- /path/to/backup/{} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment