Skip to content

Instantly share code, notes, and snippets.

@sarah-j-smith
Created September 14, 2019 04:59
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 sarah-j-smith/d3eddd59ba87aacef814358570312480 to your computer and use it in GitHub Desktop.
Save sarah-j-smith/d3eddd59ba87aacef814358570312480 to your computer and use it in GitHub Desktop.
The amazingly awesome tar pipe command for copying trees of files around
# https://blog.extracheese.org/2010/05/the-tar-pipe.html
# on Mac the --exclude-vcs is not available - can add --exclude .git
(cd /Users/ssmith6/depot/js-intro-workshop && tar cf - .)|(cd /Users/ssmith6/depot/Android101 && tar xvfp -)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment