Skip to content

Instantly share code, notes, and snippets.

@jiceb
Created October 4, 2012 08:33
Show Gist options
  • Save jiceb/3832266 to your computer and use it in GitHub Desktop.
Save jiceb/3832266 to your computer and use it in GitHub Desktop.
Tar / Untar a folder
# tar a folder
tar -pczf web.tar.gz web/
# untar
tar xvfz web.tar.gz
tar xfz web.tar
@jmillerdesign
Copy link

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