Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Created April 18, 2015 21:31
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 anubhavsinha/31e135112d932658dac6 to your computer and use it in GitHub Desktop.
Save anubhavsinha/31e135112d932658dac6 to your computer and use it in GitHub Desktop.
tar to a specific folder
tar xf archive.tar -C /target/directory --strip-components=1
#Note that if your tarball already contains a directory name you want to change, adding --strip-components=1 is needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment