Skip to content

Instantly share code, notes, and snippets.

@philippebarbosa
Created July 1, 2017 09:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philippebarbosa/6ed1d7db6a36a09e0fa79b4d5f95e976 to your computer and use it in GitHub Desktop.
Save philippebarbosa/6ed1d7db6a36a09e0fa79b4d5f95e976 to your computer and use it in GitHub Desktop.
Copy folder structure without files

rsync -a /path/from/ /path/to/ --include \*/ --exclude \*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment