Skip to content

Instantly share code, notes, and snippets.

@multidis
Created February 9, 2014 21:48
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 multidis/8906493 to your computer and use it in GitHub Desktop.
Save multidis/8906493 to your computer and use it in GitHub Desktop.
Misc commands dealing with archives.
## compress a directory (-c flag creates archive)
tar -zcvf archive.tar.gz dirname
## extract selected directory from a tarball
tar -xzf name.tar.gz dir1/path/dir2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment