Merge branch 'gzip' of github.com:thylong/cheat into gzip

Conflicts:
	cheat/cheatsheets/gzip
This commit is contained in:
thylong 2015-01-04 13:24:52 +01:00
commit 1dd9d85509
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ gzip -l *.gz
gzip -r documents_directory
# To create a *.gz compressed file and keep the original
gzip < test.txt > test.txt.gz
gzip < test.txt > test.txt.gz