Skip to content

Instantly share code, notes, and snippets.

@indefinit
Created January 20, 2016 14: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 indefinit/b854946690d57a2e8a90 to your computer and use it in GitHub Desktop.
Save indefinit/b854946690d57a2e8a90 to your computer and use it in GitHub Desktop.
bash commands for unwrapping .tar archives
#on mac and linux
# xvf means [x]: extract, [v]: verbosely, [f]: following is filename
tar xvf [tar_name].tar #replace [tar_name] with name of tar
#on windows
#you could use cygwin or the 7-zip utility: http://www.7-zip.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment