Skip to content

Instantly share code, notes, and snippets.

@ellisio
Created February 18, 2011 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ellisio/834143 to your computer and use it in GitHub Desktop.
Save ellisio/834143 to your computer and use it in GitHub Desktop.
$ cd /path/to/new/files
$ tar -cf temp.tar *
$ cd /path/to/working/application
$ tar -xf /path/to/new/files/temp.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment