Skip to content

Instantly share code, notes, and snippets.

View hogliux's full-sized avatar

Fabian Renn hogliux

  • London
View GitHub Profile
@sarah-j-smith
sarah-j-smith / Tar pipe
Created September 14, 2019 04:59
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 -)