Skip to content

Instantly share code, notes, and snippets.

@Lambdanaut
Created April 21, 2012 18:51
Show Gist options
  • Select an option

  • Save Lambdanaut/2439070 to your computer and use it in GitHub Desktop.

Select an option

Save Lambdanaut/2439070 to your computer and use it in GitHub Desktop.
My cheat sheets for the "sheet" Ruby program
url: http://daringfireball.net/projects/markdown/syntax
TAR
===
UNTAR
-----
.tar
> tar xvf something.tar
.tar.gz
> tar xvfz something.tar.gz
.tar.bzy
> tar yxf something.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment