Created
August 22, 2016 02:10
-
-
Save otwm/6ce979d69e3f7cc32e5ab2e9fa865e65 to your computer and use it in GitHub Desktop.
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
#find ./ -type d -exec mkdir -p [[대상폴더]]/{} \; | |
#ex | |
find ./ -type d -exec mkdir -p ~/temp2/dst/{} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment