Skip to content

Instantly share code, notes, and snippets.

@otwm
Created August 22, 2016 02:10
Show Gist options
  • Save otwm/6ce979d69e3f7cc32e5ab2e9fa865e65 to your computer and use it in GitHub Desktop.
Save otwm/6ce979d69e3f7cc32e5ab2e9fa865e65 to your computer and use it in GitHub Desktop.
#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