Skip to content

Instantly share code, notes, and snippets.

@light9
Created September 2, 2013 09:12
Show Gist options
  • Save light9/6410873 to your computer and use it in GitHub Desktop.
Save light9/6410873 to your computer and use it in GitHub Desktop.
create tar
create tar
tar -c public_html > backup.tar
Extract tar
tar -xvf backup.tar
--
$ gunzip file.gz
$ ls file
Using gzip -d command:
$ gzip -d file.gz
$ ls file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment