Created
September 4, 2012 11:51
-
-
Save mhaligowski/3620553 to your computer and use it in GitHub Desktop.
Recreate the subdirectories structure
This file contains 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
#!/bin/bash | |
(cd new/dir; find . -type d ! -name !.) | xargs mkdir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment