Created
September 2, 2013 09:12
-
-
Save light9/6410873 to your computer and use it in GitHub Desktop.
create tar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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